Skip to main content
Version: main 🚧

Retrieve the deployed vCluster configuration

You can deploy vCluster using Helm, CLI, ArgoCD, and many other tools. You might need to see the configuration of an already deployed vCluster when you don't have access to the original config file.

View the configuration​

Use the vCluster CLI​

The recommended way to retrieve the configuration is with the vCluster command line tool using the following command:

vcluster describe <VCLUSTER NAME> --namespace <VCLUSTER NAMESPACE> -o yaml

Use kubectl​

If you don't have the vCluster CLI available, you can access the configuration directly through kubectl:

kubectl exec --context=[HOST CONTEXT] -n [VCLUSTER NAMESPACE] [VCLUSTER POD NAME]