Installing, upgrading, and maintaining simple to complex Kubernetes applications natively can be cumbersome and error-prone. With Helm from CNCF, you group Kubernetes objects together in logical releases and handle them as a singular instance. It helps make application deployment easy, standardized and reusable, improves developer productivity, reduces deployment complexity.
After completing this course, you will be able to:
- Install Helm charts on your cluster
- Add repositories to access pre-built charts
- Create charts for your own application
- Manage the lifecycle of your helm release
Prerequisites:
Kubernetes and Docker applied knowledge. Applied knowledge of git clone, push, pull, and branch.