Helm

Interactive Learning Environment

In this lab, we will examine the Docker CLI and execute our first container.

All of our labs are powered by Katacoda and are located at this Profile.

Helm is the official package manager for Kubernetes.

Helm Charts helps you define, install, and upgrade even the most complex Kubernetes application with ease.

Think of Helm as the package manager for Kubernetes similar to apt / yum / apk. If you deploy applications to Kubernetes, Helm makes it incredibly easy to version those deployments, package it, make a release of it, and deploy, delete, upgrade and even rollback those deployments as charts. Charts being the terminology that helm use for package of configured Kubernetes resources.

The latest version of Helm is maintained by the CNCF - in collaboration with Microsoft, Google, Bitnami and the Helm contributor community.

Key Benefits

Why Teams Love Helm