Helm charts overview

Helm Charts are packaging formats. A chart is a collection of files that describe a related set of Kubernetes resources.

You can use a single chart to deploy something simple, like a memcached pod, or something complex, like a full web application stack with HTTP servers, databases, caches, etc.

Charts are created as files laid out in a specific directory tree, and you can package charts into versioned archives for deployment.