Helm Lightning Course

Learn the basics of Helm quickly and for free!

4.65 (121 reviews)
Udemy
platform
English
language
Network & Security
category
instructor
Helm Lightning Course
2,657
students
35 mins
content
Apr 2022
last update
FREE
regular price

What you will learn

Helm

Helm Charts and Releases

Helm Templates and Values

Helm Chart Dependencies and External Charts

Helm Hooks

Helm Plugins

Why take this course?

In this course, you will learn the basic concepts of Helm, what is it used for and, most importantly, why you might need.

This course assumes you already know what Kubernetes is, as well some of it’s primary resource types, like Pods, Deployments, Services, ConfigMaps and Secrets. If you’ve never used Kubernetes before, you will hardly benefit from this lightning course.

Helm is a package manager for Kubernetes. This description, taken from the Helm website, doesn’t really say much. Let’s look at this from the different angle.

When you deploy an application to Kubernetes, you end up with lots of YAML files - you need a YAML file for the Deployment, for the Service, for some ConfigMaps and so on, for every object that your application needs. Of. course, you could also have all of those in a single big YAML file, but that’s not the point here.

Many of those objects depend on each other in some way or another - Service finds Pods by labels, and those labels should be the same ones configured in your Deployment’s pod template. Deployment also needs to mount correct ConfigMap, and same goes for PersistentVolumes.

Quite naturally, you want to configure many, if not all, of those objects depending on the environment - staging Deployment might have different number of replicas, and production Secret for sure will have a different database password.

In addition, you also need a simple way to rollback to a previous version, and maybe execute some hooks before and after different stages of the rollout - for example, you might need to run database migrations before deploying the new release.

Helm is the tool that solves those and few other problems. It allows you to properly template your object definitions, it gives you a set of commands to manage the releases of your application and it provides some extra advanced utilities, like aforementioned hooks.

While definitely not the only tool that solves all or some of those problems, Helm became more or less a standard for packaging Kubernetes object definitions. As a result, almost every software you want to install has an existing Helm package - called chart - that simplifies both installation and updates of this software.

This is why Helm is the package manager for Kubernetes - not only due to its features, but also because of how widespread it is. In this course, we will learn how to use it.

Reviews

Ravi
March 16, 2023
It was like a crash course. This course suits you if you want to know about a helm in less time or brush up on your learning before an interview.
Mick
September 8, 2022
I love the fact that you didn't start from 'helm create...' and kept it extremely simple. Good job. I'll check your other courses as well.

Charts

Price

Helm Lightning Course - Price chart

Rating

Helm Lightning Course - Ratings chart

Enrollment distribution

Helm Lightning Course - Distribution chart

Related Topics

4483552
udemy ID
1/8/2022
course created date
4/15/2022
course indexed date
Bot
course submited by