Helm

Install Helm

We can install Helm with brew just running in a terminal:

brew install kubernetes-helm

Then we need to initialise it:

helm init

Last updated