This is my cluster I run at home. Hopefully you can draw inspiration on my setup 😅
To spin up the cluster simple run:
rke up
For helm charts I use a couple of tools to manage state and secrets.
- roboll/helmfile to describe what I have running in my cluster
- zendesk/helm-secrets for secrets which uses mozilla/sops behind the scene.
- Manage more cluster state
- Figure out how to cloud init the ubuntu machine, so the machine is truely replacable!
This is greatly inspired by https://github.com/jenkins-infra/charts