Back to Glossary
Kubernetes

What is Helm?

The package manager for Kubernetes — bundles K8s manifests into reusable charts.

Helm is the package manager for Kubernetes. It bundles related Kubernetes manifests into a Chart — a collection of files describing a related set of K8s resources. Charts use Go templates with a values.yaml file for configuration, making the same chart deployable in different environments with different settings. Helm tracks installed charts as Releases, enabling upgrades, rollbacks, and history. Artifact Hub hosts thousands of community charts.

Deep Dive Guide

helm chart debugging guide

Related Terms

Test your knowledge of Helm and 130 other DevOps concepts