Intro Create fully functional virtual Kubernetes clusters – Each vcluster runs inside a namespace of the underlying k8s cluster. It’s cheaper than creating separate full-blown clusters and it offers better multi-tenancy and isolation than regular namespaces. A vcluster is a k8s cluster that runs on top of other k8s, and a vcluster consists of a…