Introduction
Manage Kubernetes workloads with Helm
()
What you should know
()
Using the exercise files
()
1. Overview: Kubernetes Package Management with Helm
What is Helm?
()
Helm in real life
()
Tour the Helm command line tool
()
2. Install and Configure a Chart from the Artifact Hub
Explore the Artifact Hub
()
Install a Helm chart in your Kubernetes cluster
()
Get information about your chart with the Helm show command
()
Upgrade your Helm chart
()
Solution: Install the kube-prometheus-stack Helm chart
()
3. Deploy a Custom Application Using Helm
Create a new Helm chart from the command line
()
Explore the Helm chart directories and files
()
Deploy and update Kubernetes ConfigMap via Helm
()
Deploy and update a Kubernetes secret via Helm
()
Rollback a Helm release
()
4. Experiment with Helm's Advanced Features
Render a ConfigMap value dynamically with Helm templating
()
Using the values.yaml file
()
Dynamically render a value with a Helm conditional statement
()
Solution: Dynamically generate multiple versions of a ConfigMap
()
Conclusion
Next steps with Helm
()