Phase 7Intermediate8 of 10 in Kubernetes
Helm
Kubernetes' own package manager — templated, versioned, reusable bundles of manifests instead of copy-pasting YAML between environments.
Every phase so far has meant writing raw YAML by hand. That works, but copy-pasting a Deployment/Service/ConfigMap trio between dev, staging, and production — changing a handful of values each time — gets unwieldy fast. Helm is Kubernetes' answer: package a set of manifests into a reusable, versioned, parameterized CHART, exactly the same conceptual leap Linux's own course made from raw files to a real package manager.
0/4 · 0%
4 topics ~55 min 11 code blocks & diagrams