helm

A package manager for Kubernetes. Some subcommands such as install have their own usage documentation. More information: https://helm.sh/.

helm create chart_name

helm repo add repository_name

helm repo list

helm repo update

helm repo remove repository_name

helm install name repository_name/chart_name

helm get chart_release_name

helm dependency update