Site Reliability Engineer @ cloudeteer
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.
- 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!
- jkroepke/openvpn-auth-oauth2 - OpenVPN with OIDC Authentication. Replaces jkroepke/openvpn-auth-azure-ad
- jkroepke/helm-charts - Helm charts used for my homelab projects.
- jkroepke/terraform-provider-azureakscommand - Terraform provider which allows running commands inside private Azure Kubernetes Service without direct connection.
- jkroepke/lens-extension-certificate-info - Lens Extension to see details of a certificate inside a secret.
- prometheus-community/helm-charts - Prometheus community Helm charts (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 (1 day ago)
- cloudeteer/m365-exporter - Microsoft 365 prometheus exporter (2 days ago)
- microsoft/winget-pkgs - The Microsoft community Windows Package Manager manifest repository (4 days ago)
- prometheus-community/windows_exporter - Prometheus exporter for Windows machines (6 days ago)
- grafana/helm-charts - (1 week ago)
- jkroepke/signed-commit-action - An action to create signed and verifiable commits from github actions (1 week ago)
- jkroepke/homelab - Personal homelab environment for everything what I do. (1 week ago)
- jkroepke/helm-charts - Collection of charts used in my projects (2 weeks ago)
- jkroepke/helm-secrets - A helm plugin that help manage secrets with Git workflow and store them anywhere (1 month ago)
- grafana/helm-charts (beyla-1.7.1, today) -
- grafana/agent (v0.44.2, today) - Vendor-neutral programmable observability pipelines.
- prometheus-community/helm-charts (kube-prometheus-stack-68.4.0, today) - Prometheus community Helm charts
- kubetail-org/helm-charts (kubetail-0.9.2, today) - Kubetail helm charts
- cert-manager/cert-manager (v1.17.0-beta.0, today) - Automatically provision and manage TLS certificates in Kubernetes
- grafana/grafana (v11.5.0, 1 day 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.
- cloudeteer/m365-exporter (v3.0.1, 2 days ago) - Microsoft 365 prometheus exporter
- kubernetes-sigs/external-dns (external-dns-helm-chart-1.15.1, 2 days ago) - Configure external DNS servers (AWS Route53, Google CloudDNS and others) for Kubernetes Ingresses and Services
- kiwigrid/k8s-sidecar (1.29.1, 2 days ago) - This is a docker container intended to run inside a kubernetes cluster to collect config maps with a specified label and store the included files in a local folder.
- project-zot/zot (v2.1.3-rc1, 5 days ago) - zot - A scale-out production-ready vendor-neutral OCI-native container image/artifact registry (purely based on OCI Distribution Specification)
- ManuallyProcessArgs: test kube-insecure-skip-tls-verify without value on jkroepke/helm (1 day ago)
- ManuallyProcessArgs: test kube-insecure-skip-tls-verify without value on helm/helm (1 day ago)
- passthrough: fix instabilities on jkroepke/openvpn-auth-oauth2 (1 day ago)
- ci: fix goreleaser step on main branch on cloudeteer/m365-exporter (2 days ago)
- chore: add correct labels for dependency updates on cloudeteer/m365-exporter (2 days ago)
- ci: attach binary builds to release on cloudeteer/m365-exporter (2 days ago)
- Add super-lint on jkroepke/openvpn-auth-oauth2 (4 days ago)
- enable codecov on cloudeteer/m365-exporter (4 days ago)
- correctly annotate docker image on cloudeteer/m365-exporter (4 days ago)
- process: rename
windows_process_start_time
->windows_process_start_time_seconds_timestamp
on prometheus-community/windows_exporter (4 days ago)
- cloudeteer/m365-exporter - Microsoft 365 prometheus exporter (2 days 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 (1 week ago)
- wube/factorio-data - Tracks changes of the lua prototype definitions in factorio inbetween releases. (3 weeks ago)
- Xeinaemm/Factorio-Tileable-Factories - Book of factories that are as simple and compact as possible to build advanced factories. (3 weeks ago)
- wayfair-incubator/telefonistka - Safe and Controlled GitOps Promotion Across Environments/Failure-Domains (1 month ago)
- n8n-io/n8n - Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations. (1 month ago)
- openobserve/openobserve - 🚀 10x easier, 🚀 140x lower storage cost, 🚀 high performance, 🚀 petabyte scale - Elasticsearch/Splunk/Datadog alternative for 🚀 (logs, metrics, traces, RUM, Error tracking, Session replay). (1 month ago)
- gorhill/uBlock - uBlock Origin - An efficient blocker for Chromium and Firefox. Fast and lean. (3 months ago)
- harness/harness - Harness Open Source is an end-to-end developer platform with Source Control Management, CI/CD Pipelines, Hosted Developer Environments, and Artifact Registries. (3 months ago)
- nickbabcock/OhmGraphite - Expose hardware sensor data to Graphite / InfluxDB / Prometheus / Postgres / Timescaledb (3 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!