Jan-Otto Kröpke - @jkroepke Cloud Architect Hi, welcome to my GitHub profile! 👋 OSS developer time In my free time, I'm going to support and maintain opensource projects. I have…
Jan-Otto Kröpke - @jkroepke
Cloud Architect
Hi, welcome to my GitHub profile! 👋
OSS developer time
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.
🌱 My current projects
- ⭐️ 1924 - 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!
- ⭐️ 367 - jkroepke/openvpn-auth-oauth2 - OpenVPN with OIDC Authentication. Replaces jkroepke/openvpn-auth-azure-ad
- ⭐️ 74 - jkroepke/lens-extension-certificate-info - Lens Extension to see details of a certificate inside a secret.
- ⭐️ 160 - 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.
❤️ Sponsors
👷 Check out what I'm currently working on
- grafana/helm-charts - (1 day ago)
- jkroepke/lens-extension-certificate-info - See expire date from certificates inside kubernetes secrets. (2 days ago)
- prometheus-community/helm-charts - Prometheus community Helm charts (3 days ago)
- jkroepke/helm-secrets - A helm plugin that help manage secrets with Git workflow and store them anywhere (1 week 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)
- jkroepke/access-log-exporter - A Prometheus exporter that receives access logs from nginx through the syslog protocol and converts them into metrics. (1 week ago)
- prometheus/prometheus - The Prometheus monitoring system and time series database. (1 week ago)
- jkroepke/kube-webhook-certgen - Tools to help with self signed cert generation for Kubernetes test environment (fork of ingress-nginx) (2 weeks ago)
- Homebrew/brew - 🍺 The missing package manager for macOS (or Linux) (3 weeks ago)
- renovatebot/renovate - Home of the Renovate CLI: Cross-platform Dependency Automation by Mend.io (3 weeks ago)
🔭 Latest releases I've contributed to
- renovatebot/renovate (42.82.2, today) - Home of the Renovate CLI: Cross-platform Dependency Automation by Mend.io
- jkroepke/setup-sops (v1.3.12, today) - Github Action for installing vals (https://github.com/getsops/sops)
- jkroepke/setup-stackit-cli (v1.2.23, today) - Github Action for installing stackit-cli (https://github.com/stackitcloud/stackit-cli)
- jkroepke/setup-vals (v1.5.19, today) - Github Action for installing vals (https://github.com/helmfile/vals)
- oauth2-proxy/manifests (oauth2-proxy-10.1.0, 1 day ago) - Helm charts to allow for the deployment of OAuth2-Proxy
- prometheus-community/helm-charts (kube-prometheus-stack-80.14.4, 1 day ago) - Prometheus community Helm charts
- grafana/helm-charts (grafana-10.5.8, 1 day ago) -
- ipitio/backage (v2026.1.1, 1 day ago) - Endpoint behind badges for GitHub Packages
- goreleaser/goreleaser (nightly, 1 day ago) - Release engineering, simplified
- stackitcloud/stackit-cli (v0.51.0, 2 days ago) - A command-line interface to manage STACKIT resources
🔨 My recent Pull Requests
- Fix logo alignment and update HTML tags in README on jkroepke/openvpn-auth-oauth2 (1 week ago)
- add new logo on jkroepke/openvpn-auth-oauth2 (1 week ago)
- fix: renovate configuration on prometheus/prometheus (1 week ago)
- fix: noop backend not support encrypted files on jkroepke/helm-secrets (2 weeks ago)
- Add link to Keycloak Remember Me feature in FAQ on jkroepke/openvpn-auth-oauth2 (2 weeks ago)
- feat: Add user profile selector feature for client configuration on jkroepke/openvpn-auth-oauth2 (2 weeks ago)
- fix: explicitly enable httpmuxgo121 on jkroepke/openvpn-auth-oauth2 (3 weeks ago)
- Proposal for repository process on grafana-community/helm-charts (3 weeks ago)
- feat: Re-Style Web UI assets on jkroepke/openvpn-auth-oauth2 (3 weeks ago)
- fix: 'fetch': key not found: "HOMEBREW_GITHUB_PACKAGES_AUTH" (KeyError) on Homebrew/brew (3 weeks ago)
⭐ Recent Stars
- webdevops/kube-janitor - Kubernetes janitor (automatic deletion of resoruces with a TTL) (1 week ago)
- dortania/OpenCore-Legacy-Patcher - Experience macOS just like before (3 weeks ago)
- ipitio/backage - Endpoint behind badges for GitHub Packages (1 month ago)
- lookscanned/lookscanned.io - 📚 LookScanned.io - Make your PDFs look scanned (3 months ago)
- prowler-cloud/prowler - Prowler is the world’s most widely used open-source cloud security platform that automates security and compliance across any cloud environment. (3 months ago)
- backube/volsync - Asynchronous data replication for Kubernetes volumes (3 months ago)
- kubetail-org/kubetail - Real-time logging dashboard for Kubernetes. View logs in a terminal or a browser. Run on your desktop or in your cluster. (3 months ago)
- TheCodingSheikh/kubecodex - (3 months ago)
- suxess-it/kubriX - (4 months ago)
- jkroepke/setup-vals - Github Action for installing vals (https://github.com/helmfile/vals) (4 months ago)
👯 Check out some of my recent followers
📜 Historical projects
- 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
💬 Feedback
Say Hello, I don't bite!
📈 Stats
NOTE: Some stats may be incorrect as contributions to organizations
are not counted.



Want your own self-generating profile page? Check out readme-scribe!
-
helm-secrets
A helm plugin that help manage secrets with Git workflow and store them anywhere
Shell ★ 2.0k 1d agoExplain → -
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
Go ★ 481 19h agoExplain → -
access-log-exporter
A Prometheus exporter that receives access logs from nginx through the syslog protocol and converts them into metrics.
Go ★ 174 8h agoExplain → -
2Moons ▣
Open Source Browsergame Framework
PHP ★ 157 6y agoExplain → -
lens-extension-certificate-info
See expire date from certificates inside kubernetes secrets.
TypeScript ★ 79 1d agoExplain → -
draw-io-cncf-shape ▣
This is collection of the CNCF logos packed into a draw.io importable file to draw cloud native architectures
JavaScript ★ 41 2y agoExplain → -
openvpn-auth-azure-ad ▣
openvpn-auth-azure-ad connects to the OpenVPN management interface and handle the authentication ageist Azure AD.
Python ★ 30 2y agoExplain → -
docker-wixtoolset
Docker Container for creating MSI with wixtoolset under linux
Dockerfile ★ 18 29d agoExplain → -
github_exporter
Export various metrics including insights about github repositories
TypeScript ★ 12 1d agoExplain → -
helm-charts
Collection of charts used in my projects
HTML ★ 11 1d agoExplain → -
homelab
Personal homelab environment for everything what I do.
HCL ★ 11 15d agoExplain → -
helm-kubectl
A helm plugin for ArgoCD to support the lookup function
Shell ★ 10 8d agoExplain → -
jenkins-declarative-gdsl
gdsl declarative Jenkins pipeline
★ 9 4y agoExplain → -
kube-webhook-certgen
Tools to help with self signed cert generation for Kubernetes test environment (fork of ingress-nginx)
Go ★ 7 1d agoExplain → -
postgres-database-operator
A Kubernetes operator to create databases inside a running postgresql instance.
Python ★ 6 6y agoExplain → -
terraform-provider-azureakscommand
Terraform provider for running commands on private AKS clusters without reach them
Go ★ 5 2d agoExplain → -
setup-vals
Github Action for installing vals (https://github.com/helmfile/vals)
TypeScript ★ 3 1d agoExplain → -
setup-stackit-cli
Github Action for installing stackit-cli (https://github.com/stackitcloud/stackit-cli)
TypeScript ★ 3 1d agoExplain → -
setup-sops
Github Action for installing vals (https://github.com/getsops/sops)
TypeScript ★ 2 1d agoExplain → -
resmoio-kubernetes-event-exporter ⑂
Export Kubernetes events to multiple destinations with routing and filtering
★ 2 2y agoExplain → -
convert-wbb-to-phpbb ▣
Woltlab Burning Board 3.1 zu phpBB 3.0.12+ Konverter
PHP ★ 2 8y agoExplain → -
pxe-node-provisioning
Treat Kubernetes nodes as cattle, not pets
★ 2 1y agoExplain → -
adventofcode
No description.
JavaScript ★ 2 1y agoExplain → -
semantic-releaser
semantic-releaser automates the release process based on conventional commits
Go ★ 2 1y agoExplain → -
azure-managed-identity-oidc-demo
This repo this for demo purpose. This is a demo demonstrate, how to assume a Azure user managed identity as external user using azure workload identity.
HTML ★ 2 3y agoExplain → -
1brc-go ⑂
1️⃣🐝🏎️ The One Billion Row Challenge -- A fun exploration of how quickly 1B rows from a text file can be aggregated with Java
Java ★ 1 2y agoExplain → -
kubernetes-from-scratch
Kubernetes From Scratch is a hands on guide that walks through setting up Kubernetes step by step without installers, kubeadm, or managed services. You use official binaries, but you configure and wire everything yourself. No automation. No magic.
★ 1 3mo agoExplain → -
opsgenie-browser-extension ⑂ ▣
An extension for showing latest alerts and getting notifications for new alert(s) via polling Opsgenie’s REST API.
JavaScript ★ 1 2y agoExplain → -
docker ⑂
⛴ Docker image of Nextcloud
Shell ★ 1 8y agoExplain → -
docker-sonarqube ⑂
:whale: SonarQube in Docker
Shell ★ 1 7y agoExplain → -
grafana-champions-contribution-tracker
No description.
JavaScript ★ 1 6mo agoExplain → -
prometheus-blackbox_exporter ⑂
Blackbox prober exporter
Go ★ 1 2y agoExplain → -
repository-template-go
No description.
Makefile ★ 1 1y agoExplain → -
create-commit
A GitHub actions to create signed commits from actions.
★ 1 1y agoExplain → -
azure-monitor-exporter
A simple prometheus exporter to provide metrics from Azure Monitor in Prometheus format
Go ★ 1 1y agoExplain → -
kubectl-node-shell ⑂
Exec into node via kubectl
★ 1 2y agoExplain → -
liblogfaf ⑂
A library that logs messages using non-blocking UDP datagrams.
C ★ 1 8y agoExplain → -
terraform-module-azurerm-yaml
Terraform module for describing resources as YAML file
HCL ★ 1 3y agoExplain → -
featurebook-js ▣
Fork of SOFTWARE-CLINIC/featurebook-*
JavaScript ★ 1 6y agoExplain → -
rdp2tcp ⑂
rdp2tcp: open tcp tunnel through remote desktop connection.
C ★ 1 5y agoExplain → -
puppet-module-autofs ⑂
Puppet module for managing autofs - https://wiki.debian.org/AutoFs
Ruby ★ 1 4y agoExplain → -
jkroepke
Personal GitHub Profile
★ 0 8h agoExplain → -
helm-release-size-analyzer
A cluster-free CLI that measures the exact decoded Helm release Secret size and breaks it down by top-level property.
Go ★ 0 8h agoExplain → -
renovate-config
Shareable Config Presets for renovate
★ 0 1d agoExplain → -
blog
My personal blog
HTML ★ 0 1d agoExplain → -
helm-docs ⑂
A tool for automatically generating markdown documentation for helm charts
Go ★ 0 3d agoExplain → -
grafana-community-helm-charts ⑂
Grafana Kubernetes Helm Charts
Go Template ★ 0 2d agoExplain → -
k8s-sidecar ⑂
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.
Python ★ 0 7d agoExplain → -
renovate ⑂
Home of the Renovate CLI: Cross-platform Dependency Automation by Mend.io
★ 0 3d agoExplain → -
windows_exporter ⑂
Prometheus exporter for Windows machines
Go ★ 0 28d agoExplain → -
zitadel-oidc ⑂
Easy to use OpenID Connect client and server library written for Go and certified by the OpenID Foundation
Go ★ 0 23d agoExplain → -
kube-rbac-proxy ⑂
Kubernetes RBAC authorizing HTTP proxy for a single upstream.
★ 0 11mo agoExplain → -
freelens ⑂
Free IDE for Kubernetes
★ 0 3mo agoExplain → -
freelens-fluxcd-extension ⑂
Freelens FluxCD extension
★ 0 1mo agoExplain → -
provider-aws-delete-default-vpc
A Crossplane provider to delete all default VPC related resources in all regions
★ 0 4mo agoExplain → -
clienv
Golang library for own configurations
★ 0 4mo agoExplain → -
meshstack-building-blocks
No description.
HCL ★ 0 4mo agoExplain → -
kubernetes-dashboard ⑂
General-purpose web UI for Kubernetes clusters
Go ★ 0 2y agoExplain → -
prometheus ⑂
The Prometheus monitoring system and time series database.
Go ★ 0 5mo agoExplain → -
homebrew-brew ⑂
🍺 The missing package manager for macOS (or Linux)
★ 0 6mo agoExplain → -
backage ⑂
Endpoint behind badges for GitHub Packages
★ 0 6mo agoExplain → -
loki ⑂
Like Prometheus, but for logs.
Go ★ 0 20d agoExplain → -
promtail
Fork of grafana/loki promtail log client. Promtail is running as local agent and act as log shipper.
★ 0 6mo agoExplain → -
prometheus-community-helm-charts ⑂
Prometheus community Helm charts
Mustache ★ 0 2mo agoExplain → -
goreleaser ⑂
Release engineering, simplified
★ 0 7mo agoExplain → -
idp
Internal Developer Platform Demo Repository
★ 0 6mo agoExplain → -
uap-core ⑂
The regex file necessary to build language ports of Browserscope's user agent parser.
★ 0 8mo agoExplain → -
helm-arg-demo-plugin
No description.
Shell ★ 0 9mo agoExplain → -
alertmanager ⑂
Prometheus Alertmanager
Go ★ 0 6mo agoExplain → -
vals ⑂
Helm-like configuration values loader with support for various sources
Go ★ 0 10mo agoExplain → -
alibabacloud-gateway-pop ⑂
create
★ 0 6mo agoExplain → -
uap-go ⑂
Go implementation of ua-parser
★ 0 6mo agoExplain → -
repo-automation
No description.
★ 0 6mo agoExplain → -
stackit-cli ⑂
A command-line interface to manage STACKIT resources
Go ★ 0 11mo agoExplain → -
LoveIt ⑂
❤️A clean, elegant but advanced blog theme for Hugo 一个简洁、优雅且高效的 Hugo 主题
★ 0 9mo agoExplain → -
terraform ⑂
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
★ 0 1y agoExplain → -
terraform-provider-stackit ⑂
The official Terraform provider for STACKIT
★ 0 1y agoExplain → -
terraform-provider-http ⑂
Utility provider for interacting with generic HTTP servers as part of a Terraform configuration.
Go ★ 0 1y agoExplain → -
terraform-provider-kubernetes ⑂
Terraform Kubernetes provider
★ 0 1y agoExplain → -
prometheus-common ⑂
Go libraries shared across Prometheus components and libraries.
Go ★ 0 1y agoExplain → -
terraform-provider-azuread ⑂
Terraform provider for Azure Active Directory
★ 0 1y agoExplain → -
stackit-sdk-go ⑂
The STACKIT SDK for Go
★ 0 1y agoExplain → -
super-linter ⑂
Combination of multiple linters to run as a GitHub Action or standalone
★ 0 1y agoExplain → -
terraform-provider-azurerm ⑂
Terraform provider for Azure Resource Manager
Go ★ 0 1mo agoExplain → -
jsonnet-libs ⑂
Grafana Labs' Jsonnet libraries
★ 0 1y agoExplain → -
client_golang ⑂
Prometheus instrumentation library for Go applications
★ 0 1y agoExplain → -
jiralert ⑂
JIRA integration for Prometheus Alertmanager
Go ★ 0 1y agoExplain → -
grafana-alloy ⑂
OpenTelemetry Collector distribution with programmable pipelines
Go ★ 0 1y agoExplain → -
grafana-plugin-sdk-go ⑂
A Go SDK for building backend plugins for Grafana
★ 0 1y agoExplain → -
kubernetes-mixin ⑂
A set of Grafana dashboards and Prometheus alerts for Kubernetes.
Jsonnet ★ 0 1y agoExplain → -
distribution ⑂
The toolkit to pack, ship, store, and deliver container content
★ 0 1y agoExplain → -
argo-cd ⑂
Declarative Continuous Deployment for Kubernetes
★ 0 2y agoExplain → -
thanos ⑂
Highly available Prometheus setup with long term storage capabilities. A CNCF Incubating project.
★ 0 2y agoExplain → -
grafana-azure-sdk-go ⑂
No description.
★ 0 2y agoExplain → -
puppet-icingaweb2 ⑂
GIT Mirror & Releases for Icinga Web 2 Puppet Module
Puppet ★ 0 9y agoExplain → -
puppet-icinga2-rewrite ⑂
GIT Mirror & Releases for Icinga 2 Puppet Module
Ruby ★ 0 7y agoExplain → -
kubernetes ⑂
Production-Grade Container Scheduling and Management
★ 0 2y agoExplain → -
cs2-modded-server ⑂
Modded Counter Strike 2 (CS2) Dedicated Server with Metamod and CounterStrikeSharp for Windows and Linux that can automatically be setup on Google Cloud.
Shell ★ 0 2y agoExplain → -
plugin-actions ⑂
No description.
★ 0 2y agoExplain → -
cs2-multiserver ⑂
Managing multiple CS2 Servers with ease
★ 0 2y agoExplain → -
go-oauth2 ⑂
Go OAuth2
★ 0 2y agoExplain → -
trivy ⑂
Scanner for vulnerabilities in container images, file systems, and Git repositories, as well as for configuration issues
Go ★ 0 2y agoExplain → -
grafana-river ⑂
HCL-inspired configuration built for Grafana Agent
★ 0 2y agoExplain → -
openvpn ⑂
OpenVPN is an open source VPN daemon
★ 0 2y agoExplain → -
nerdswords-helm-charts ⑂
No description.
★ 0 1y agoExplain → -
kubetail-helm ⑂
Kubetail helm charts
★ 0 2y agoExplain → -
test-infra ⑂
Prometheus E2E benchmarking tool
★ 0 2y agoExplain → -
grafana-dashboards-kubernetes ⑂
A set of modern Grafana dashboards for Kubernetes.
★ 0 2y agoExplain → -
docker-1 ⑂
GeoServer docker image
Shell ★ 0 2y agoExplain → -
chart-releaser-action
A GitHub Action to release helm charts as hosted repository or OCI
★ 0 3mo agoExplain → -
coreos-overlay ⑂
package build scripts for Flatcar Container Linux, with custom overlay on kinvolk/portage-stable
★ 0 4y agoExplain → -
vmware-tanzu-helm-charts ⑂
Contains Helm charts for Kubernetes related open source tools
Mustache ★ 0 2y agoExplain → -
bitnami-helm-charts ⑂
Bitnami Helm Charts
Smarty ★ 0 2y agoExplain → -
webdevops-azure-metrics-exporter ⑂
Azure Monitor metrics exporter for Prometheus with dimension support, template engine and ServiceDiscovery
Go ★ 0 2y agoExplain → -
kubecm ⑂
Manage your kubeconfig more easily.
★ 0 2y agoExplain → -
ttyc ⑂
ttyd protocol client
★ 0 3y agoExplain → -
manifesto ⑂
The OpenTF Manifesto expresses concern over HashiCorp's switch of the Terraform license from open-source to the Business Source License (BSL) and calls for the tool's return to a truly open-source license.
★ 0 2y agoExplain → -
tfstate-lookup ⑂
Lookup resource attributes in tfstate.
Go ★ 0 2y agoExplain → -
webdevops-azure-loganalytics-exporter ⑂
webdevops-azure-loganalytics-exporter
Go ★ 0 2y agoExplain → -
go-sys ⑂
[mirror] Go packages for low-level interaction with the operating system
★ 0 2y agoExplain → -
go ⑂
The Go programming language
★ 0 2y agoExplain → -
helmfile ⑂
Declaratively deploy your Kubernetes manifests, Kustomize configs, and Charts as Helm releases. Generate all-in-one manifests for use with ArgoCD.
Go ★ 0 2y agoExplain → -
ingress-nginx ⑂
Ingress-NGINX Controller for Kubernetes
Go ★ 0 10mo agoExplain → -
helmfile-helmfile-action ⑂
helmfile-action
★ 0 3y agoExplain → -
webdevops-azure-resourcemanager-exporter ⑂
Prometheus exporter for Azure ResourceManager informations (infos, quotas, limits, usages, public IPs, portscanner)
Go ★ 0 2y agoExplain → -
webdevops-go-common ⑂
Common golang library for Prometheus exporters
★ 0 3y agoExplain → -
kustomize ⑂
Customization of kubernetes YAML configurations
Go ★ 0 2y agoExplain → -
prometheus-operator ⑂
Prometheus Operator creates/configures/manages Prometheus clusters atop Kubernetes
Go ★ 0 11mo agoExplain → -
kube-state-metrics ⑂
Add-on agent to generate and expose cluster-level metrics.
Go ★ 0 3y agoExplain → -
prometheus-operator-kube-prometheus ⑂
Use Prometheus to monitor Kubernetes and applications running on Kubernetes
Jsonnet ★ 0 3y agoExplain → -
gameservers
Collection of Gameserver files
★ 0 3y agoExplain → -
node_exporter ⑂
Exporter for machine metrics
★ 0 3y agoExplain → -
go-kit-log ⑂
A minimal and extensible structured logger
★ 0 3y agoExplain → -
go-kit ⑂
A standard library for microservices.
★ 0 3y agoExplain → -
grafana-agent ⑂
Telemetry agent for the LGTM stack.
Go ★ 0 2y agoExplain → -
application-gateway-kubernetes-ingress ⑂
This is an ingress controller that can be run on Azure Kubernetes Service (AKS) to allow an Azure Application Gateway to act as the ingress for an AKS cluster.
Go ★ 0 3y agoExplain → -
azure-sdk-for-go ⑂
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we recommend visiting our public developer docs at:
★ 0 3y agoExplain → -
electron-builder ⑂
A complete solution to package and build a ready for distribution Electron app with “auto update” support out of the box
★ 0 3y agoExplain → -
docker-openvpn ⑂
Setup a tiny(12MB), but full featured and secure OpenVPN server in a few easy steps using Docker.
Shell ★ 0 3y agoExplain → -
oauth2-proxy-manifests ⑂
For hosting manifests to allow for the deployment of OAuth2-Proxy/OAuth2-Proxy
Mustache ★ 0 1y agoExplain → -
cloudquery-helm-charts ⑂
Helm v3 chart that deploys CloudQuery to a Kubernetes cluster
★ 0 3y agoExplain → -
proxy-checker
personal proxy checker
★ 0 3y agoExplain → -
grafana ⑂
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.
★ 0 1y agoExplain → -
dexidp-helm-charts ⑂
Dex Helm chart repository
Smarty ★ 0 3y agoExplain → -
Reloader ⑂
A Kubernetes controller to watch changes in ConfigMap and Secrets and do rolling upgrades on Pods with their associated Deployment, StatefulSet, DaemonSet and DeploymentConfig – [✩Star] if you're using it!
Go ★ 0 2y agoExplain → -
copy-docker-image ⑂ ▣
Copy a Docker image between registries without a full Docker installation
Go ★ 0 7y agoExplain → -
webpack-file-preprocessor-plugin ⑂ ▣
A lightweight yet generic webpack plugin for pre-processing assets before emitting.
HTML ★ 0 5y agoExplain → -
klustered ▣
No description.
Shell ★ 0 3y agoExplain → -
cert-manager ⑂
Automatically provision and manage TLS certificates in Kubernetes
Go ★ 0 2y agoExplain → -
webdevops-helm-charts ⑂
Helm charts for webdevops applications
Mustache ★ 0 3y agoExplain → -
terraform-provider-helm ⑂
Terraform Helm provider
★ 0 3y agoExplain → -
external-dns ⑂
Configure external DNS servers (AWS Route53, Google CloudDNS and others) for Kubernetes Ingresses and Services
Go ★ 0 1y agoExplain → -
choco ⑂
Chocolatey - the package manager for Windows
★ 0 3y agoExplain → -
terraform-provider-azure-aks-aad-token
Terraform provider for running commands on private AKS clusters without reach them
Go ★ 0 3y agoExplain → -
provider-azure ⑂
Crossplane Azure Provider
★ 0 3y agoExplain → -
cortex-helm-chart ⑂
Helm chart for Cortex
★ 0 3y agoExplain → -
crossplane ⑂
Cloud Native Control Planes
★ 0 3y agoExplain → -
docs ⑂
Documentation for Kubermatic projects
★ 0 3y agoExplain → -
hypixel-skyblock-jacobs-farming-api
API for all Skyblock APIs
JavaScript ★ 0 3y agoExplain → -
docker-github-actions-runner ⑂
This will run the new self-hosted github actions runners with docker-in-docker
★ 0 3y agoExplain → -
gh-actions-test
Test Repo for new Github Actions
★ 0 3y agoExplain → -
sops ⑂
Simple and flexible tool for managing secrets
★ 0 2y agoExplain → -
puppet-php ⑂
Generic Puppet module to manage PHP on many platforms
Puppet ★ 0 4y agoExplain → -
promitor ⑂
Bringing Azure Monitor metrics where you need them.
★ 0 4y agoExplain → -
prom-label-proxy ⑂
A proxy that enforces a given label in a given PromQL query.
Go ★ 0 3y agoExplain → -
terraform-provider-echo
terraform-provider-echo
Go ★ 0 2y agoExplain → -
demo-app
demo-app
Java ★ 0 2y agoExplain → -
community ⑂
Helm community content
★ 0 3y agoExplain → -
actions-test
No description.
★ 0 3y agoExplain → -
amazon-ssm-agent ⑂
An agent to enable remote management of your EC2 instances, on-premises servers, or virtual machines (VMs).
Go ★ 0 2y agoExplain → -
aws-ebs-csi-driver ⑂
CSI driver for Amazon EBS https://aws.amazon.com/ebs/
Go ★ 0 4y agoExplain → -
kubernetes-crds
Various collection to kubernetes CRDS for IntelliJ IDEA
Shell ★ 0 4y agoExplain → -
karpenter ⑂
Kubernetes Node Autoscaling: built for flexibility, performance, and simplicity.
★ 0 4y agoExplain → -
fanal ⑂
Static Analysis Library for Containers
★ 0 4y agoExplain → -
amazon-vpc-cni-k8s ⑂
Networking plugin repository for pod networking in Kubernetes using Elastic Network Interfaces on AWS
★ 0 4y agoExplain → -
eks-charts ⑂
Amazon EKS Helm chart repository
★ 0 4y agoExplain → -
go-dep-parser ⑂
Dependency Parser for Multiple Programming Languages
★ 0 4y agoExplain → -
cloud-provider-aws ⑂
No description.
Go ★ 0 4y agoExplain → -
kubelet-csr-approver ⑂
Kubernetes controller to enable automatic kubelet CSR validation after a series of (configurable) security checks
★ 0 4y agoExplain → -
keycloak-environment-resource-version
No description.
Java ★ 0 4y agoExplain → -
etcd ⑂
Distributed reliable key-value store for the most critical data of a distributed system
★ 0 3y agoExplain → -
ignition ⑂
First boot installer and configuration tool
Go ★ 0 4y agoExplain → -
chart-testing-action ⑂
A GitHub Action to lint and test Helm charts
★ 0 3y agoExplain → -
puppet-systemd-1 ⑂
Puppet module to manage systemd
Ruby ★ 0 4y agoExplain → -
terraform-render-bootstrap ⑂
Low-level bootstrap a Kubernetes control plane with Terraform (part of Typhoon)
★ 0 4y agoExplain → -
puppet-openvpn ⑂
OpenVPN module for puppet including client config/cert creation
Ruby ★ 0 3y agoExplain → -
argo-helm ⑂
ArgoProj Helm Charts
Mustache ★ 0 3y agoExplain → -
beaker-hostgenerator ⑂
No description.
★ 0 4y agoExplain → -
jest ⑂
Delightful JavaScript Testing.
★ 0 4y agoExplain → -
dockercoins ⑂
No description.
Python ★ 0 4y agoExplain → -
helm-diff ⑂
A helm plugin that shows a diff explaing what a helm upgrade would change
Go ★ 0 2y agoExplain → -
rpms
Provides latest rpms for enterprise linux
Shell ★ 0 2y agoExplain → -
keycloak-web ⑂
No description.
★ 0 4y agoExplain → -
kubernetes-replicator ⑂
Kubernetes controller for synchronizing secrets & config maps across namespaces
Go ★ 0 4y agoExplain → -
bats-core ⑂
Bash Automated Testing System
Shell ★ 0 3y agoExplain → -
puppet-fail2ban ⑂
Manage fail2ban and its jails with puppet
★ 0 4y agoExplain → -
Forecastle ⑂
Forecastle is a control panel which dynamically discovers and provides a launchpad to access applications deployed on Kubernetes – [✩Star] if you're using it!
★ 0 4y agoExplain → -
helm-chart-sonarqube ⑂
No description.
★ 0 4y agoExplain → -
kubernetes-ingress-controller ⑂
:gorilla: Kong for Kubernetes: the official Ingress Controller for Kubernetes.
★ 0 4y agoExplain → -
openshift-components
openshift-images image with latest openshift components
★ 0 6y agoExplain →
No repos match these filters.