Running k0s with Private Worker Nodes (Ingress on Control Plane, Workloads on Workers)
Whenever using AKS, EKS, k3s, or even full Kubernetes before, you have probably seen clusters where every node gets a public IP. That works, but it’s not ideal, especially if you care about security or you are running a homelab / small cloud setup.
R...