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.
- ⭐️ 1842 - 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!
- ⭐️ 325 - jkroepke/openvpn-auth-oauth2 - OpenVPN with OIDC Authentication. Replaces jkroepke/openvpn-auth-azure-ad
- ⭐️ 62 - jkroepke/lens-extension-certificate-info - Lens Extension to see details of a certificate inside a secret.
- ⭐️ 145 - 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.
- ⭐️ 9 - jkroepke/helm-charts - Helm charts used for my homelab projects.
- prometheus-community/windows_exporter - Prometheus exporter for Windows machines (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/helm-secrets - A helm plugin that help manage secrets with Git workflow and store them anywhere (1 day ago)
- grafana/loki - Like Prometheus, but for logs. (2 days ago)
- jkroepke/renovate-config - Shareable Config Presets for renovate (2 days ago)
- prometheus-community/helm-charts - Prometheus community Helm charts (2 days ago)
- jkroepke/setup-vals - Github Action for installing vals (https://github.com/helmfile/vals) (6 days ago)
- jkroepke/setup-stackit-cli - Github Action for installing stackit-cli (https://github.com/stackitcloud/stackit-cli) (6 days ago)
- jkroepke/setup-sops - Github Action for installing vals (https://github.com/getsops/sops) (6 days ago)
- grafana/helm-charts - (1 week ago)
- grafana/helm-charts (k8s-monitoring-2.0.43, today) -
- prometheus/client_golang (v1.23.2, today) - Prometheus instrumentation library for Go applications
- prometheus/common (v0.66.1, today) - Go libraries shared across Prometheus components and libraries.
- jkroepke/setup-stackit-cli (v1.2.3, today) - Github Action for installing stackit-cli (https://github.com/stackitcloud/stackit-cli)
- stackitcloud/stackit-cli (v0.41.0, today) - A command-line interface to manage STACKIT resources
- prometheus-community/helm-charts (prometheus-mongodb-exporter-3.14.0, today) - Prometheus community Helm charts
- jkroepke/setup-vals (v1.5.2, today) - Github Action for installing vals (https://github.com/helmfile/vals)
- hashicorp/terraform-provider-azurerm (v4.43.0, 1 day ago) - Terraform provider for Azure Resource Manager
- grafana/loki (v3.5.4, 1 day ago) - Like Prometheus, but for logs.
- kubernetes-sigs/external-dns (v0.19.0, 3 days ago) - Configure external DNS servers dynamically from Kubernetes resources
- run ci only on scripts on jkroepke/helm-secrets (today)
- Replace go-licenses command with make target on jkroepke/openvpn-auth-oauth2 (today)
- chore: switch to go.yaml.in/yaml/v3 on prometheus-community/windows_exporter (1 day ago)
- chore: switch to go.yaml.in/yaml/v3 on jkroepke/access-log-exporter (1 day ago)
- chore: use go.yaml.in/yaml/v3 on jkroepke/openvpn-auth-oauth2 (1 day ago)
- Fix command syntax for Windows in plugin.yaml on jkroepke/helm-secrets (2 days ago)
- feat: update to node24 on jkroepke/setup-vals (6 days ago)
- feat: update to node24 on jkroepke/setup-stackit-cli (6 days ago)
- feat: update to node24 on jkroepke/setup-sops (6 days ago)
- installer: set failureflag for Windows service on prometheus-community/windows_exporter (1 week ago)
- jkroepke/setup-vals - Github Action for installing vals (https://github.com/helmfile/vals) (6 days ago)
- jkroepke/setup-sops - Github Action for installing vals (https://github.com/getsops/sops) (6 days 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 week ago)
- vozlt/nginx-module-vts - Nginx virtual host traffic status module (2 weeks ago)
- CloudPirates-io/helm-charts - This repository contains public Helm Charts for commonly used software (2 weeks ago)
- jkroepke/access-log-exporter - A Prometheus exporter that receives access logs from nginx through the syslog protocol and converts them into metrics. (2 weeks ago)
- Captain-Sangam/KubePeek - Web UI for real-time node group-level observability in AWS EKS — simple, focused, and open source. (1 month ago)
- openpubkey/opkssh - opkssh (OpenPubkey SSH) (1 month ago)
- dillonzq/LoveIt - ❤️A clean, elegant but advanced blog theme for Hugo 一个简洁、优雅且高效的 Hugo 主题 (1 month ago)
- rustfs/rustfs - 🚀 High-performance distributed object storage for MinIO alternative. (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!