Helm is a tool for managing Kubernetes applications with charts, which are easy to create, version, share, and publish. Learn how to install, use, and contribute to Helm, and explore the community resources and events. Charts Helm uses a packaging format called charts. A chart is a collection of files that describe a related set of Kubernetes resources. A single chart might be used to deploy something simple, like a memcached pod, or something complex, like a full web app stack with HTTP servers, databases, caches, and so on. Charts are created as files laid out in a particular directory tree. They can be packaged into versioned archives to be deployed. If you want to download and look at the files for a ... Helm - The Kubernetes Package Manager.The package manager for Kubernetes Helm is the best way to find, share, and use software built for Kubernetes. How to install and get started with Helm including instructions for distros, FAQs, and plugins.