My homelab Kubernetes cluster, automated with Flux and inspired by billimek/k8s-gitops.
I am currently using a local Kubernetes cluster for development purposes, which
I am managing using kind
. Eventually I am deploy
onto a cluster of Raspberry Pis.
Bootstrapping the cluster should be as simple as running
scripts/bootstrap.sh
.
Secrets are encrypted with SOPS and committed
to this repository in *.sops.yaml
files.