Helm by Marcos Benevides
:ID: b9376a33-534c-4468-a788-df96a642a8e2
What is Helm?
A tool that uses a package manager to create, install and manage applications inside a Kubernetes cluster.
What is a Helm Chart?
A Helm Chart
is a package containing files that will be used to deploy
applications in the cluster. It consists of the following structure:
Chart.yaml
Metadata for the application chartvalues.yaml
Values to the injected at the templates in runtimetemplates
A directory consisting of:deployment.yaml
services.yaml
_helpers.tbl
...