kubernetes-helm Package Installation on Mac
About helm : The Kubernetes package manager! Helm is the best way to find, share, and use software built for Kubernetes.
Helm helps you manage Kubernetes applications — Helm Charts help you define, install, and upgrade even the most complex Kubernetes application.
Charts are easy to create, version, share, and publish — so start using Helm and stop the copy-and-paste.
Helm is an incubator project in the CNCF and is maintained by the Helm community.
More Information: https://helm.sh/
Steps:
- Launch Terminal by pressing
command+space
, typeterminal
and hitEnter
key. - Run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install
brew install helm
Done!
Learn To AutoScale Pods in Kuerbnetes using HPA (Horizontal Pod AutoScaler)