Skip to content

Helm

"The package manager for Kubernetes"

Installation

brew install helm

Initialize a Helm Chart repository

helm repo add stable https://charts.helm.sh/stable

And list the charts you can install...

helm search repo stable

Install an Example Chart

helm repo update
helm install stable/mysql --generate-name