Hi, welcome to my GitHub profile! 👋
In my free time, I'm going to support and maintain opensource projects. I have a great experience in Linux system administration and container stuff and clusters like Docker, Kubernetes and Openshift.
I like the challenge of code somewhat in a programming language without knowing how to do it exactly correctly. That's one of the reasons why my projects are written in different languages.
- ⭐️ 1727 - jkroepke/helm-secrets - I love the deployment via helm. The original helm-secrets project was discontinued. I started a fork and I learn how bash unit tests work!
- ⭐️ 288 - jkroepke/openvpn-auth-oauth2 - OpenVPN with OIDC Authentication. Replaces jkroepke/openvpn-auth-azure-ad
- ⭐️ 9 - jkroepke/helm-charts - Helm charts used for my homelab projects.
- ⭐️ 4 - jkroepke/terraform-provider-azureakscommand - Terraform provider which allows running commands inside private Azure Kubernetes Service without direct connection.
- ⭐️ 61 - jkroepke/lens-extension-certificate-info - Lens Extension to see details of a certificate inside a secret.
- prometheus-community/helm-charts - Prometheus community Helm charts (1 day ago)
- jkroepke/openvpn-auth-oauth2 - openvpn-auth-oauth2 is a plugin/management interface client for OpenVPN server to handle an OIDC based single sign-on (SSO) auth flows (1 day ago)
- jkroepke/setup-stackit-cli - Github Action for installing stackit-cli (https://github.com/stackitcloud/stackit-cli) (2 days ago)
- jkroepke/setup-vals - Github Action for installing vals (https://github.com/helmfile/vals) (2 days ago)
- jkroepke/setup-sops - Github Action for installing vals (https://github.com/getsops/sops) (2 days ago)
- grafana/helm-charts - (3 days ago)
- jkroepke/helm-secrets - A helm plugin that help manage secrets with Git workflow and store them anywhere (1 week ago)
- jkroepke/helm-charts - Collection of charts used in my projects (1 week ago)
- prometheus/prometheus - The Prometheus monitoring system and time series database. (1 week ago)
- prometheus-community/windows_exporter - Prometheus exporter for Windows machines (2 weeks ago)
- prometheus-community/helm-charts (prometheus-blackbox-exporter-9.6.0, 1 day ago) - Prometheus community Helm charts
- grafana/helm-charts (helm-k6-operator-3.13.1, 1 day ago) -
- jkroepke/setup-stackit-cli (v1.0.12, 1 day ago) - Github Action for installing stackit-cli (https://github.com/stackitcloud/stackit-cli)
- jkroepke/setup-vals (v1.4.2, 1 day ago) - Github Action for installing vals (https://github.com/helmfile/vals)
- hashicorp/terraform-provider-azurerm (v4.28.0, 1 day ago) - Terraform provider for Azure Resource Manager
- stackitcloud/stackit-sdk-go (release-2025-05-09, 1 day ago) - The STACKIT SDK for Go
- jkroepke/setup-sops (v1.1.1, 2 days ago) - Github Action for installing vals (https://github.com/getsops/sops)
- grafana/grafana-plugin-sdk-go (v0.277.1, 2 days ago) - A Go SDK for building backend plugins for Grafana
- oauth2-proxy/manifests (oauth2-proxy-7.12.13, 3 days ago) - Helm charts to allow for the deployment of OAuth2-Proxy
- grafana/grafana (v12.0.0, 5 days ago) - The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
- chore: Add make help command on stackitcloud/stackit-sdk-go (2 days ago)
- core: Add STACKIT CLI Auth flow on stackitcloud/stackit-sdk-go (2 days ago)
- fix panic in auth.TokenExpired on stackitcloud/stackit-cli (2 days ago)
- feat: Add automatic releasing on jkroepke/setup-vals (2 days ago)
- feat: Enable automatic dependency bumps and releases on jkroepke/setup-sops (2 days ago)
- chore: fix README on jkroepke/setup-stackit-cli (2 days ago)
- fix: release automation on jkroepke/setup-stackit-cli (2 days ago)
- fix(release): Changelog Generator on jkroepke/setup-stackit-cli (2 days ago)
- fix(release): Changelog Generator on jkroepke/setup-stackit-cli (2 days ago)
- initial commit on jkroepke/setup-stackit-cli (3 days ago)
- jkroepke/openvpn-auth-oauth2 - openvpn-auth-oauth2 is a plugin/management interface client for OpenVPN server to handle an OIDC based single sign-on (SSO) auth flows (6 days ago)
- zapier/kubechecks - Check your Kubernetes changes before they hit the cluster (1 month ago)
- appvia/terranetes-controller - The terranetes controller manages the lifecycle of an OpenTofu or Terraform resource, allowing developers to self-serve dependencies in a controlled manner. (2 months ago)
- GoogleCloudPlatform/khi - A transformative log viewer for Kubernetes (3 months ago)
- takaishi/tfclean - tfclean is tool to remove applied moved block, import block, etc (3 months ago)
- freelensapp/freelens - Free IDE for Kubernetes (3 months ago)
- cloudeteer/m365-exporter - Microsoft 365 prometheus exporter (3 months ago)
- carvel-dev/kapp - kapp is a simple deployment tool focused on the concept of "Kubernetes application" — a set of resources with the same label (3 months ago)
- wube/factorio-data - Tracks changes of the lua prototype definitions in factorio inbetween releases. (4 months ago)
- Xeinaemm/Factorio-Tileable-Factories - Book of factories that are as simple and compact as possible to build advanced factories. (4 months ago)
- jkroepke/2Moons - First coding project. A browser game engine written in PHP
- jkroepke/postgres-database-operator - My first k8s operator written in python based on zalando's kopf. I want to give our developers the advantage to create databases on the dev RDS (PostgreSQL on AWS) without giving them access to AWS directly.
- adorsys/keycloak-config-cli - I wrote this tool with @borisskert at adorsys. Initially, we need a configuration as code tool for our Keycloak instance to automate the configuration tasks. Click on the UI was a nogo. After the first PoC with bash and curl scripting, we rewrote the whole tool in java and used the REST client provided by Keycloak.
- jkroepke/github_exporter - I love Prometheus to hold statistics. I wrote the tool @ adorsys to track all statistics from the organization project to gain an organization-wide overview of all repositories in one dashboard. I used the GraphQL API from GitHub to reduce the number of REST calls to a minimum to prevent rate-limits bans. First time I used javascript for such a project.
- jkroepke/openvpn-auth-azure-ad - At adorsys we used OpenVPN as primary VPN solution. Since there was no way to integrate Azure AD authentication combind with OpenVPN authentication possiblities, I wrote a python script with allows that the used can authenticates the VPN connection by devices code flow or resource owner password credentials grant
Say Hello, I don't bite!
NOTE: Some stats may be incorrect as contributions to organizations are not counted.
Want your own self-generating profile page? Check out readme-scribe!