Single-node k3s cluster.
Thanks to k8s@home maintainers:
- https://github.com/onedr0p/flux-cluster-template
- https://github.com/bjw-s/home-ops
- Storage
tv
(Sonarr) folder inmedia
pvcmovie
(Radarr) folder inmedia
pvc
-
Install Flux
kubectl apply --kustomize ./bootstrap
-
Create secret with age private key (sealed secrets)
cat age.agekey | kubectl create secret generic sops-age \ --namespace=flux-system \ --from-file=age.agekey=/dev/stdin
-
Start Flux reconciliation
kubectl apply --kustomize ./clusters/lnz/config