Kubernetes for platform teams: Leveraging k0s and k0rdent
… Watch resources: kubectl get clusterdeployments -n kcm-system kubectl get pods -n kcm-system Also monitor OpenStack: openstack server list You should see worker VMs being created. …
In a typical Kubernetes setup, every cluster ships with its own dedicated control plane — meaning at least 3 nodes per cluster just for the control plane itself. Multiply that across dev, staging, and production environments, and you’re burning through resources before your first workload even lands. This is the problem Hosted Control Planes were built to solve. Instead of running the API server, etcd, and controllers on dedicated nodes per cluster, HCP runs all of them inside a central management cluster. The result is fewer VMs, lower costs, simpler upgrades, and a single pane of control acr
Kubernetes for platform teams: Leveraging k0s and k0rdent