Process Flow - Helm charts concept
Start: Need to deploy app
Create Helm Chart
Define Templates + Values
Run helm install
Helm renders templates
Kubernetes resources created
App deployed and managed
Use helm upgrade/rollback for changes
Helm charts package app configs and templates. Helm renders these to create Kubernetes resources, then deploys and manages the app.