Helm
Helm is the package manager for Kubernetes — it bundles manifests into versioned charts, parameterizes them with values, and tracks each install as a release you can upgrade or roll back. Use Helm for third-party apps (ingress, monitoring, databases) and your own multi-resource deployments. When pods misbehave after an install, debug with kubectl — see the Kubernetes lab.
Practice scenarios
Hands-on Helm scenarios on live Linux VMs: helm