manage every kubernetes cluster you run from one control plane
Rancher is a kubernetes management platform. It gives you a single control plane for provisioning, importing, observing and governing kubernetes clusters wherever they run, with a full web dashboard, centralised authentication and role based access control, a built in helm chart catalogue, and cluster wide monitoring, logging and policy. The cloudimg image ships rancher installed the way upstream supports for real workloads: the official helm chart deployed onto a single node kubernetes cluster running on the vm itself, with cert-manager issuing the tls certificate. Every container image the platform needs is pre-staged into the image, so the cluster comes up on first boot without reaching out to a registry.
cloudimg generates a unique administrator password on every vm at first boot, before the port is reachable, and destroys the build time cluster, its certificate authority and its join tokens before the image is captured, so no two customers ever share a cluster identity or a known login. Cluster state and the container image store sit on a dedicated data volume. Every image ships with a paired deploy guide written against a real running vm, and 24/7 cloudimg support.
Real screenshots taken while testing this image against its deployment guide.