Helm overview

Helm is a package manager for Kubernetes that allows developers and operators to easily package, configure, and deploy applications and services onto Kubernetes clusters.

Helm has the capability to install and upgrade software, automatically install software dependencies, configure software deployments, and fetch software packages from repositories. helm provides the user interface to Helm functionality.

Helm packages are called charts and they contain few YAML files and some templates that are rendered into Kubernetes manifest files.

For more information on Helm, see https://helm.sh/.