From the course: Kubernetes: Package Management with Helm

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Install Helm on a Mac

Install Helm on a Mac

From the course: Kubernetes: Package Management with Helm

Start my 1-month free trial

Install Helm on a Mac

- [Instructor] Here we are at the Installing Helm page in the Helm docs. Let's find out how to install Helm locally on Mac OSX. If you're a Mac user who uses Homebrew, I recommend using that tool to download Helm. You can run the command, "brew install helm," wait for the installation, and check if it worked by running, "helm version." If you see the version and build info, congrats. You've successfully installed Helm. To uninstall Helm, run, "brew uninstall helm." If you're a Mac user who doesn't use Homebrew, you'll need to install the binary release. First, go to the releases section of Helm's github repo, find Helm Version 3.2.4, or whatever version you're planning to use. Next, under your version of Helm, find the link for Mac OS AMD 64 and download it. Go to your Downloads folder and unpack the Tarball. You'll see that the folder is called Darwin AMD 64. If you didn't know, Darwin is another name for Mac's operating…

Contents