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.
- ⭐️ 1639 - 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!
- ⭐️ 240 - 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.
- ⭐️ 3 - jkroepke/terraform-provider-azureakscommand - Terraform provider which allows running commands inside private Azure Kubernetes Service without direct connection.
- ⭐️ 58 - jkroepke/lens-extension-certificate-info - Lens Extension to see details of a certificate inside a secret.
- cloudeteer/helm-charts - cloudeteer's helm chart repositories (today)
- prometheus-community/helm-charts - Prometheus community Helm charts (1 day ago)
- jkroepke/helm-charts - Collection of charts used in my projects (3 days ago)
- jkroepke/helm-secrets - A helm plugin that help manage secrets with Git workflow and store them anywhere (3 days ago)
- prometheus-community/windows_exporter - Prometheus exporter for Windows machines (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 (1 week ago)
- cloudeteer/m365-exporter - Microsoft 365 prometheus exporter (1 week ago)
- hashicorp/terraform-provider-azurerm - Terraform provider for Azure Resource Manager (1 week ago)
- oauth2-proxy/manifests - Helm charts to allow for the deployment of OAuth2-Proxy (2 weeks ago)
- jkroepke/docker-wixtoolset - Docker Container for creating MSI with wixtoolset under linux (4 weeks ago)
- grafana/helm-charts (mimir-distributed-5.7.0-weekly.332, today) -
- cloudeteer/helm-charts (m365-exporter-1.0.0, today) - cloudeteer's helm chart repositories
- prometheus/client_golang (v1.21.1, today) - Prometheus instrumentation library for Go applications
- prometheus-community/helm-charts (prometheus-adapter-4.13.0, today) - Prometheus community Helm charts
- oauth2-proxy/manifests (oauth2-proxy-7.12.4, today) - Helm charts to allow for the deployment of OAuth2-Proxy
- cloudeteer/terraform-azurerm-vm (v1.1.0, today) - ☁️ Cloudeteer's Terraform AzureRM virtual machine module
- mahendrapaipuri/grafana-dashboard-reporter-app (v1.7.5, 1 day ago) - A Grafana plugin app to create PDF reports of dashboards
- grafana/grafana-plugin-sdk-go (v0.269.0, 1 day ago) - A Go SDK for building backend plugins for Grafana
- jkroepke/helm-charts (amazon-eks-pod-identity-webhook-2.4.2, 3 days ago) - Collection of charts used in my projects
- jkroepke/helm-secrets (v4.6.3, 4 days ago) - A helm plugin that help manage secrets with Git workflow and store them anywhere
- initial commit on cloudeteer/helm-charts (today)
- container: refactor collector and support hostprocess on prometheus-community/windows_exporter (today)
- time:
windows_time_clock_frequency_adjustment_ppb_total
->windows_time_clock_frequency_adjustment_ppb
and addwindows_time_clock_frequency_adjustment
metric for Win2016 on prometheus-community/windows_exporter (3 days ago) - docs: added examples for alternative installer dir on prometheus-community/windows_exporter (4 days ago)
- netframework: fix metric names (re-add the collector sub-type to metrics) on prometheus-community/windows_exporter (4 days ago)
- fix helm_wrapper does not honor escaped commas in --set arguments on jkroepke/helm-secrets (4 days ago)
- fix: Support running as Windows Service within containers on prometheus-community/windows_exporter (4 days ago)
- terminal_services: fix panic in collect on prometheus-community/windows_exporter (4 days ago)
- ci: fix checksum on prometheus-community/windows_exporter (4 days ago)
- time: fix panic if counters aren't present on prometheus-community/windows_exporter (1 week ago)
- GoogleCloudPlatform/khi - A transformative log viewer for Kubernetes (3 weeks ago)
- takaishi/tfclean - tfclean is tool to remove applied moved block, import block, etc (3 weeks ago)
- freelensapp/freelens - Free IDE for Kubernetes (1 month ago)
- cloudeteer/m365-exporter - Microsoft 365 prometheus exporter (1 month 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 month ago)
- wube/factorio-data - Tracks changes of the lua prototype definitions in factorio inbetween releases. (1 month ago)
- Xeinaemm/Factorio-Tileable-Factories - Book of factories that are as simple and compact as possible to build advanced factories. (1 month ago)
- wayfair-incubator/telefonistka - Safe and Controlled GitOps Promotion Across Environments/Failure-Domains (2 months 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. (2 months 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). (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!