chart/README.md
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.
helm repo add loft-sh https://charts.loft.sh
helm repo update
See helm repo for command documentation.
helm upgrade [RELEASE_NAME] loft-sh/vcluster -n [RELEASE_NAMESPACE] --create-namespace --install
See vcluster docs for configuration options.
See helm upgrade for command documentation.
In order to connect to the installed vcluster, please install vcluster cli and run:
vcluster connect [RELEASE_NAME] -n [RELEASE_NAMESPACE]
helm uninstall [RELEASE_NAME]
This removes all the Kubernetes components associated with the chart and deletes the release.
See helm uninstall for command documentation.
Learn more on www.vcluster.com.
Learn more in the documentation.