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.
- ⭐️ 1861 - 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!
- ⭐️ 337 - 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/access-log-exporter - A Prometheus exporter that receives access logs from nginx through the syslog protocol and converts them into metrics. (today)
- 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 (today)
- jkroepke/helm-secrets - A helm plugin that help manage secrets with Git workflow and store them anywhere (today)
- prometheus-community/windows_exporter - Prometheus exporter for Windows machines (2 days ago)
- grafana/loki - Like Prometheus, but for logs. (4 days ago)
- jkroepke/idp - Internal Developer Platform Demo Repository (1 week ago)
- prometheus-community/helm-charts - Prometheus community Helm charts (1 week ago)
- grafana/helm-charts - (1 week ago)
- jkroepke/setup-stackit-cli - Github Action for installing stackit-cli (https://github.com/stackitcloud/stackit-cli) (1 week ago)
- jkroepke/setup-vals - Github Action for installing vals (https://github.com/helmfile/vals) (1 week ago)
- prometheus-community/helm-charts (prometheus-operator-admission-webhook-0.31.1, today) - Prometheus community Helm charts
- freelensapp/freelens (v1.6.1, 2 days ago) - Free IDE for Kubernetes
- grafana/alloy (v1.11.0-rc.3, 2 days ago) - OpenTelemetry Collector distribution with programmable pipelines
- jkroepke/setup-vals (v1.5.4, 2 days ago) - Github Action for installing vals (https://github.com/helmfile/vals)
- jkroepke/setup-stackit-cli (v1.2.6, 2 days ago) - Github Action for installing stackit-cli (https://github.com/stackitcloud/stackit-cli)
- hashicorp/terraform-provider-azurerm (v4.46.0, 3 days ago) - Terraform provider for Azure Resource Manager
- jkroepke/setup-sops (v1.3.2, 3 days ago) - Github Action for installing vals (https://github.com/getsops/sops)
- grafana/helm-charts (helm-loki-6.41.1, 3 days ago) -
- prometheus/prometheus (v3.6.0, 6 days ago) - The Prometheus monitoring system and time series database.
- brancz/kube-rbac-proxy (v0.20.0, 1 week ago) - Kubernetes RBAC authorizing HTTP proxy for a single upstream.
- Add sponsor @k0ste to README on jkroepke/openvpn-auth-oauth2 (today)
- Update renovate.json on prometheus-community/windows_exporter (1 week ago)
- os: include installation type in Windows version retrieval on prometheus-community/windows_exporter (1 week ago)
- Update renovate.json on prometheus-community/windows_exporter (1 week ago)
- Add go module struct to import the regex definition from external packages on ua-parser/uap-core (1 week ago)
- Modify cache condition in CI workflow on jkroepke/access-log-exporter (1 week ago)
- [CI] Allow mend[bot] to run Renovate post job on prometheus-community/helm-charts (1 week ago)
- Update cache condition for GitHub actions on jkroepke/openvpn-auth-oauth2 (1 week ago)
- Uncomment flags for SBOM and provenance in config on jkroepke/access-log-exporter (1 week ago)
- Update run-name format in tag workflow on jkroepke/openvpn-auth-oauth2 (2 weeks ago)
- suxess-it/kubriX - (2 weeks ago)
- jkroepke/setup-vals - Github Action for installing vals (https://github.com/helmfile/vals) (4 weeks ago)
- jkroepke/setup-sops - Github Action for installing vals (https://github.com/getsops/sops) (4 weeks 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)
- CloudPirates-io/helm-charts - This repository contains public Helm Charts for commonly used software (1 month ago)
- jkroepke/access-log-exporter - A Prometheus exporter that receives access logs from nginx through the syslog protocol and converts them into metrics. (1 month ago)
- Captain-Sangam/KubePeek - Web UI for real-time node group-level observability in AWS EKS — simple, focused, and open source. (2 months ago)
- openpubkey/opkssh - opkssh (OpenPubkey SSH) (2 months ago)
- dillonzq/LoveIt - ❤️A clean, elegant but advanced blog theme for Hugo 一个简洁、优雅且高效的 Hugo 主题 (2 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!