AdvancedLesson 7 of 1030 min 路 hands-on
Release Management
Part of the Helm course
Installing a chart the first time is the easy part. The real work starts afterward: a new image ships, a config value needs to change, someone bumps the replica count for Black Friday, and eventually something goes out that just does not work and needs to come back the way it was an hour ago.
A release is a specific installed instance of a chart, given a name, tracked by Helm across every change made to it. Once a release exists, you do not reinstall it to change something, you upgrade it:
Want to learn Helm Release Management in a real environment?
Click below, get a fresh Linux box with Helm ready to go, and work through Release Management hands-on with an AI tutor that knows your code.
Start this lessonRelease ManagementWhat you'll learn
- Helm upgrade
- Helm rollback
- Helm history
- --atomic
- --wait
- --timeout
- --install on upgrade
- Blue/green with two releases
