What Lives Inside a Chart Package
Templates plus default values bundled as one unit.
What a Chart Is
A chart is a Helm package: a bundle of Kubernetes templates plus default settings that together describe one deployable application. 📦
A Chart Is a Directory
On disk a chart is just a directory with a fixed layout. Helm reads that structure to know how to render and install it.
mychart/
Chart.yaml
values.yaml
templates/All lessons in this course
- What Lives Inside a Chart Package
- A Release Is an Installed Chart
- Revisions: Every Change Is Versioned
- One Chart, Many Releases