Helm
Helm

🔗 #

The package manager for Kubernetes.

basic helm commands #

Command
helm search repo nginxSearch for a chart (nginx in this case) in the repositories
helm install my-nginx nginx/nginxInstall a chart.
helm repo update ngixUpdate the repository cache
helm search repo nginx --versionsList the versions of a chart

helm show #

Command
helm show values jetstack/cert-manager | vim