Helm
Helm
• By default, a chart starts with sample templates for a Kubernetes deployment and service
In the simplest case, just edit the file
• Tiller then loads the resources—as described by the manifests—into the Kubernetes cluster
• Packaging a chart
Bundle and related files into a tar file
• Chart repository
HTTP server that houses an file and optionally some packaged charts
Server can be any HTTP server that can serve YAML and tar files and can answer GET requests
− Ex: Google Cloud Storage (GCS) bucket, Amazon S3 bucket, Github Pages, or even create your own web server
To add a chart to the repository, copy it to the directory and regenerate the index