Package manager for Kubernetes that simplifies deploying applications. Like having an app store for Kubernetes where you can easily install and manage applications.
DevOps teams use Helm to deploy complex applications to Kubernetes with a single command.
Helm is an open-source package manager for Kubernetes, not a cloud-provider-managed service. It works across Kubernetes clusters running on AWS, Azure, Google Cloud, Oracle Cloud, on-premises, or other environments. Cloud providers may offer managed Kubernetes services where Helm can be used, such as Amazon EKS, Azure Kubernetes Service (AKS), Google Kubernetes Engine (GKE), and Oracle Kubernetes Engine (OKE).