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 Windows

Install Helm on Windows

From the course: Kubernetes: Package Management with Helm

Start my 1-month free trial

Install Helm on Windows

- [Kim] Here we are at the installing Helm page in the Helm docs. Let's find out how to install Helm locally on Windows. If you're a Windows user who uses Chocolatey, I recommend using that tool to download Helm. You can run the command choco install, Kubernetes dash Helm. It'll take a little while, and when you see this prompt, type capital Y and return. You can check to see if this installation worked by running Helm version. If you see the version and build number, congrats. You successfully installed Helm. To remove Helm, run the command choco uninstall Kubernetes dash Helm.

Contents