Project to set up a Kubernetes Cluster on unraid. It might not sound like a good idea having a cluster on a single node. But to learn, test or use it as homelab I think it might be a some sort of approach.
For the kubernetes part, I try to use Canonical Kubernetes, which should include some basic services.
To deploy all the components, I used a Mac. Where I added the following packages by homebrew
- opentofu
- kubernetes-cli
- helm
- cilium-cli
Contains the Opentofu files, to set up your VMs.
Contains the instructions how to setup Canonical Kubernetes, using cert-manager to get a wildcard certificate and the Kubernetes Dashboard.