Helm is a package manager for Kubernetes that makes it easier to manage
and deploy applications in a Kubernetes cluster.
▪ Helm uses a packaging format called charts, which are collections of files
that describe the various components of an application (such as pods, services,
and deployments)
▪ It allows you to automate the deployment of complex applications in a
Kubernetes cluster.
▪ Instead of manually creating and managing each component of your
application separately, can use a single Helm chart to define all of the
components and their relationships.
▪ This makes it much easier to manage and update your application over time.
https://blog.risingstack.com/packing-a-kubernetes-microservices-with-helm/