Helm 101
The Helm 101 is the perfect starting point for understanding, creating and managing Kubernetes workloads using Helm. Create, deploy and update your own Helm chart with this course!
Course Outline
Introduction to Helm 101
Before starting, let’s see what we’ll learn in the course!
Packaging
In this lesson we will understand why we need the concept “packaging” in the Kubernetes world. We’ll see the problem that tools like Helm address.
Hands-on: Helm Tool - Part 1
In this lesson we will learn the basic helm commands to install, upgrade and rollback different charts.
Hands-on: Helm Tool - Part 2
In this lesson we will learn the basic helm commands to install, upgrade and rollback different charts.
Helm Create
In this lesson we will learn how to create the skeleton of a new helm chart. We will dive into the different sections, files and folders in a helm chart.
Templating - Part 1
In this lesson we will learn how to templatize our chart YAML files using the go-template language. We will cover the basic functions and structures.
Templating - Part 2
In this lesson we will learn how to templatize our chart YAML files using the go-template language. We will cover the basic functions and structures.
Creating a Chart - Part 1
In this hands-on session we will apply all the knowledge from previous lessons to build a fully working chart.
Creating a Chart - Part 2
In this hands-on session we will apply all the knowledge from previous lessons to build a fully working chart.
Wrap-Up Session
In this video we will do a brief overview of all the concepts learned in this course.