less than 1 minute read

We Need Templates & Instances for vCluster

To provision vClusters in a declarative manner, we need to define templates and instances for vClusters. This is similar to Virtual Machine Classes for Tanzu Kubernetes Clusters and AWS EC2 instance types.

We reuse the vCluster API as the CRD for vCluster templates and instances. Each vCluster instance references a vCluster template. The OpenLoft (yet another K8s Operator) watches for vCluster instances and creates the corresponding vClusters.

Updated: