VMware Kubernetes Engine is a cloud service that provides managed Kubernetes clusters.
vke cluster create --name my-cluster --template production --region us-west-2
Note: It is required that privileged pods for your cluster are enabled to pass conformance tests.
vke cluster merge-kubectl-auth my-cluster
curl -L https://raw.githubusercontent.com/cncf/k8s-conformance/master/sonobuoy-conformance.yaml | kubectl apply -f –