April 2018
Intermediate to advanced
468 pages
14h 34m
English
You must have Kubectl configured properly to talk to your Kubernetes cluster, because the Helm client uses the Kubectl configuration to talk to the Helm server (Tiller).
Helm provides binary releases for all platforms, at https://github.com/kubernetes/helm/releases/latest.
For Windows, you can also use the chocolatey package manager, but it may be a little behind the official version, https://chocolatey.org/packages/kubernetes-helm/<version>.
For macOS and Linux, you can install the client from a script:
$ curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get > get_helm.sh $ chmod 700 get_helm.sh $ ./get_helm.sh
On macOS X, you can also use Homebrew:
brew install kubernetes-helm
Read now
Unlock full access