This training covers basic operations of Helm.
In Step 1 we learn how to install Tiller and bind him to a service account.
In Step 2 we create our own first Chart based on a prepared K8s manifest.
In Step 3 we are installing our Chart, afterwards upgrade it, do a rollback and then delete it.
In Step 4 are some additional & useful commands shown.
During the tutorials I always use --tiller-namespace
, you can instead set the environment variable TILLER_NAMESPACE
to the correct value.