Description
In this course, you will :
- Learn the fundamentals of managing Kubernetes packages with Helm.
- Learn how to prepare your local environment for Helm use, how to install Helm, and how to configure it.
- Learn how to investigate Helm releases by deploying a Helm chart, upgrading the application running within a release, rolling back that upgrade, and then investigating Helm Charts.
- Explore Helm Repositories and learn how to package a custom Helm Chart before pushing it to a Helm repository running on your local machine.
- Discover how to set up a remote Helm repository and add a custom Chart to it.
- You can easily share your applications by using Helm Repositories.
Syllabus :
1. Installing and Configuring Helm
- Helm Overview
- Setting up Your Environment
- Installing Helm
- Demo: Installing Helm
- Configuring Helm
- Demo: Configuring Helm
2. Exploring Helm Releases
- Deploying a Chart to Kubernetes
- Demo: Deploying a Chart to Kubernetes
- Retrieving Information on Helm Releases
- Demo: Retrieving Information on Helm Releases
- Upgrading a Release
- Demo: Upgrading a Release
- Rolling Back a Release
- Demo: Rolling Back a Release
- Exploring a Chart
3. Configuring Helm Repositories
- Repository Overview
- Packaging a Helm Chart
- Demo: Packaging a Helm Chart
- Creating a Local Helm Repository
- Demo: Creating a Local Helm Repository
- Creating a Remote Helm Repository
- Demo: Creating a Remote Helm Repository