Back to Glossary
Kubernetes

What is Helm Chart?

A package of pre-configured Kubernetes resources that can be deployed with Helm.

A Helm Chart is a collection of files that describe a related set of Kubernetes resources. The chart directory contains Chart.yaml (metadata), values.yaml (default configuration), and templates/ (K8s manifest templates). Charts can depend on other charts (dependencies). A well-written chart is reusable across environments by overriding values. Charts are versioned and distributed through Helm repositories.

Deep Dive Guide

helm chart debugging guide

Related Terms

Test your knowledge of Helm Chart and 130 other DevOps concepts