Skip to content

loodse/helm-training

Repository files navigation

Basic Helm Training

This training covers basic operations of Helm.

Installing Tiller

In Step 1 we learn how to install Tiller and bind him to a service account.

Create your own Chart

In Step 2 we create our own first Chart based on a prepared K8s manifest.

Install & upgrade your Chart

In Step 3 we are installing our Chart, afterwards upgrade it, do a rollback and then delete it.

Additional commands

In Step 4 are some additional & useful commands shown.

Tipps & Tricks

Tiller Namespace

During the tutorials I always use --tiller-namespace, you can instead set the environment variable TILLER_NAMESPACE to the correct value.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages