My kubernetes infrastructure built in public
This repository contains my personal Kubernetes cluster setup (on hetzner), and is highly opinionated.
- Make it as easy as possible to deploy to your own Kubernetes cluster.
- All infrastructure is written in this Git folder, should be easy to migrate to a new server.
- Have a self sustained CI/CD with secrets system.
- Metrics, Logs, BI should work out of the box.
- goteleport act as your jump point.
- build in public
- no vendor lock in
- be able to move to other providers or self host
curl -sfL https://get.rke2.io | sh -
Some applications are synced via ArgoCD and some are not. When synced, it means that ArgoCD will check this github repository to validate and update to the desired state. to sync an application, we require to write atleast 2 sources see https://argo-cd.readthedocs.io/en/latest/user-guide/multiple_sources/#helm-value-files-from-external-git-repository
All secrets are stored in a .env
file for not synced applications (envvar is used to load the ENV variables). When an application should be synced via ArgoCD, SealedSecrets
Custom helm charts, makes it easier to work with to deploy self written applications.
All applications that are being deployed to kuberentes (via ArgoCD).
Infrastructure as code written with Pulumi
Still looking for a good name for this folder...
This contains the ansible configuration for underlying servers.
- Grafana dashboards (in git)
- Quickwit logs
- Fix clickhouse deployment -> now there is a memory issue
- .env.example