Notes on how to use Helm, a Kubernetes package manager

There is a Kubernetes package manager called Helm. I don't use it that often, but every time I search for how to use it, I make a note of it for myself. What is Helm? When adding functionality to Kubernetes, deploy it to the cluster with a YAML file and the kubectl create -f command, just as you wo…