Introduction
Helm helps you manage Kubernetes apps by packaging them into charts. Installing Helm lets you easily install, upgrade, and manage these apps on your Kubernetes cluster.
When you want to install a complex app on Kubernetes with one command instead of many manual steps
When you need to upgrade or rollback Kubernetes apps safely and quickly
When you want to share your Kubernetes app setup with others in a reusable way
When you want to manage app dependencies inside Kubernetes easily
When you want to automate app deployment in your CI/CD pipelines