Module 10 — Helm Charts
Package, install and manage Kubernetes apps with Helm: charts, releases and repositories; chart anatomy; the install/upgrade/rollback lifecycle; and authoring your own chart.
Lesson: What Helm Is and Why
What you'll learn The problem Helm solves on top of Kubernetes. What a chart, a release, and a r...
Lesson: Anatomy of a Chart
What you'll learn The standard files and folders inside a Helm chart. What Chart.yaml, values.ya...
Lesson: Installing & Managing Releases
What you'll learn How to add a repository and install a public chart. The release lifecycle: ins...
Lesson: Writing Your First Chart
What you'll learn How to scaffold a chart with helm create and trim it down. How to template a D...
Assignment 1: Install an app from a public chart
Goal: install, configure, upgrade, and roll back a real application on the lab cluster using a co...
Assignment 2: Package your app as a chart
Goal: turn the app you deployed in Module 7 into your own reusable Helm chart — templated, linted...