Virtual Clusters
Real-Life Use Cases
Step-by-Step: Deploying a vcluster
curl -sSL https://vcluster.com/download | bash # or use Homebrew brew install vclusterkubectl create namespace dev-team vcluster create dev-vcluster -n dev-teamvcluster connect dev-vcluster -n dev-team # This updates your kubeconfig to point to the vcluster kubectl get nodeskubectl apply -f my-app.yamlvcluster list vcluster delete dev-vcluster -n dev-team
Best Practices
Common Pitfalls
References
Last updated