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:

  1. Launch Terminal by pressing command+space, type terminal and hit Enter key.
  2. Run
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install
    brew install helm

Done!

Learn To AutoScale Pods in Kuerbnetes using HPA (Horizontal Pod AutoScaler)