Skip to content

Helm installation via Chocolatey

Helm is a package manager for Kubernetes that helps you manage Kubernetes applications.^[helm.md] On Windows, you can install Helm directly using the Chocolatey package manager.

Prerequisites

Before installing Helm, ensure that Docker is installed on your system^[helm.md].

Installation Steps

To install Helm, execute the standard Chocolatey installation command in your terminal^[helm.md]:

choco install kubernetes-helm

Verification

After the installation completes, you can verify the installation by running helm version or checking the help menu^[helm.md]:

[Helm](<./helm.md>) help

Sources

  • helm.md