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.
- βοΈ 1867 - 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!
- βοΈ 345 - jkroepke/openvpn-auth-oauth2 - OpenVPN with OIDC Authentication. Replaces jkroepke/openvpn-auth-azure-ad
- βοΈ 70 - jkroepke/lens-extension-certificate-info - Lens Extension to see details of a certificate inside a secret.
- βοΈ 148 - jkroepke/access-log-exporter - A Prometheus exporter that receives access logs through the syslog protocol and converts them into metrics.
- βοΈ 4 - jkroepke/terraform-provider-azureakscommand - Terraform provider which allows running commands inside private Azure Kubernetes Service without direct connection.
- βοΈ 10 - jkroepke/helm-charts - Helm charts used for my homelab projects.
- jkroepke/lens-extension-certificate-info - See expire date from certificates inside kubernetes secrets. (1 day ago)
- prometheus-community/helm-charts - Prometheus community Helm charts (1 day ago)
- grafana/loki - Like Prometheus, but for logs. (2 days ago)
- grafana/helm-charts - (2 days ago)
- prometheus/prometheus - The Prometheus monitoring system and time series database. (2 days ago)
- jkroepke/helm-charts - Collection of charts used in my projects (2 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 (5 days ago)
- jkroepke/setup-sops - Github Action for installing vals (https://github.com/getsops/sops) (6 days ago)
- jkroepke/terraform-provider-azureakscommand - Terraform provider for running commands on private AKS clusters without reach them (6 days ago)
- prometheus-community/windows_exporter - Prometheus exporter for Windows machines (1 week ago)
- hashicorp/terraform-provider-azurerm (v4.49.0, 1 day ago) - Terraform provider for Azure Resource Manager
- grafana/helm-charts (grafana-mcp-0.1.4, 1 day ago) -
- prometheus-community/helm-charts (kube-prometheus-stack-78.3.0, 1 day ago) - Prometheus community Helm charts
- prometheus/prometheus (v3.7.0, 2 days ago) - The Prometheus monitoring system and time series database.
- jkroepke/helm-charts (amazon-eks-pod-identity-webhook-2.5.5, 2 days ago) - Collection of charts used in my projects
- stackitcloud/stackit-cli (v0.44.1, 3 days ago) - A command-line interface to manage STACKIT resources
- prometheus-operator/prometheus-operator (v0.86.1, 4 days ago) - Prometheus Operator creates/configures/manages Prometheus clusters atop Kubernetes
- prometheus/alertmanager (v0.29.0-rc.1, 4 days ago) - Prometheus Alertmanager
- grafana/loki (v3.5.7, 4 days ago) - Like Prometheus, but for logs.
- stackitcloud/stackit-sdk-go (release-2025-10-13, 4 days ago) - The STACKIT SDK for Go
- fix(helm): Update default readiness probe values to match operator on grafana/loki (1 day ago)
- Remove jkroepke from azure MAINTAINERS.md on prometheus/prometheus (5 days ago)
- feat: add short URL support for OAuth2 authentication on jkroepke/openvpn-auth-oauth2 (6 days ago)
- chore: add configuration 8000 files for licensing and CI tooling on jkroepke/terraform-provider-azureakscommand (6 days ago)
- chore: add configuration files for licensing and CI tooling on jkroepke/terraform-provider-azureakscommand (6 days ago)
- fix: replace
ccd
withclient-config
in default config on jkroepke/openvpn-auth-oauth2 (6 days ago) - chore(deps): Update go.mod on jkroepke/terraform-provider-azureakscommand (6 days ago)
- chore: Add configuration files for chore: project setup and issue templates on jkroepke/terraform-provider-azureakscommand (6 days ago)
- Refactor Go version handling in CI workflow on jkroepke/terraform-provider-azureakscommand (6 days ago)
- fix ci on jkroepke/lens-extension-certificate-info (1 week ago)
- lookscanned/lookscanned.io - π LookScanned.io - Make your PDFs look scanned (4 days ago)
- prowler-cloud/prowler - Prowler is the Open Cloud Security for AWS, Azure, GCP, Kubernetes, M365 and more. As agent-less, it helps for continuous monitoring, security assessments & audits, incident response, compliance, hardening and forensics readiness. Includes CIS, NIST 800, NIST CSF, CISA, FedRAMP, PCI-DSS, GDPR, HIPAA, FFIEC, SOC2, ENS and more (1 week ago)
- backube/volsync - Asynchronous data replication for Kubernetes volumes (2 weeks ago)
- kubetail-org/kubetail - Real-time logging dashboard for Kubernetes (browser/terminal) (2 weeks ago)
- TheCodingSheikh/kubecodex - (2 weeks ago)
- suxess-it/kubriX - (1 month ago)
- jkroepke/setup-vals - Github Action for installing vals (https://github.com/helmfile/vals) (1 month ago)
- jkroepke/setup-sops - Github Action for installing vals (https://github.com/getsops/sops) (1 month ago)
- winapps-org/winapps - Run Windows apps such as Microsoft Office/Adobe in Linux (Ubuntu/Fedora) and GNOME/KDE as if they were a part of the native OS, including Nautilus integration. Hard fork of https://github.com/Fmstrat/winapps/ (1 month ago)
- vozlt/nginx-module-vts - Nginx virtual host traffic status module (1 month 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!