Helm is a package manager for Kubernetes, used to simplify and enhance the deployment experience for deploying resources into a Kubernetes cluster.
This training lesson explores Helm 3, which is the latest version of Helm building upon the successes of Helm 2. During this lesson, you'll learn the fundamentals of working with Helm3, its features, and the key differences between Helm 3 and Helm 2.
Several hands-on demonstrations are provided within this lesson, which will allow you to observe how to install and set up Helm, and also how to use Helm to perform various Chart cluster management related tasks. You'll also see how to create and host your very own Helm Chart. All of the coding assets which are used and demonstrated can be found within the CloudAcademy GitHub repositories for this lesson — they can be found in the links under the Resources section below. You’re encouraged to clone these repositories and perform the same helm commands against your own Kubernetes cluster.
If you have any feedback about this lesson, please contact us at support@cloudacademy.com.
By completing this lesson, you will learn:
The intended audience for this lesson includes:
To get the most out of this lesson, you should have:
If you’re completely new to Kubernetes, please consider taking our dedicated Introduction to Kubernetes course.