Brief This self-study module explores Helm Charts , focusing on how to create, customize, and manage them efficiently. You will learn about Helm’s templating system, values.yaml configurations, and packaging Helm Charts for Kubernetes deployment. Readings Helm Chart Structure Learn the directory structure of a Helm Chart and how each file contributes to deployment. Read: https://helm.sh/docs/topics/charts/ Understanding values.yaml in Helm Discover how to override default settings in Helm Charts using values.yaml. Read: https://helm.sh/docs/chart_template_guide/values_files/ Helm Templating Best Practices Learn how to use Helm’s Go templating system to create reusable and configurable charts. Read: https://helm.sh/docs/chart_template_guide/ Packaging and Deploying Helm Charts Understand how Helm Charts are packaged, versioned, and deployed to Kubernetes clusters. Read: https://helm.sh/docs/helm/helm_package/ Key Concepts to Explore Helm Chart Structure Chart.yaml – Metadata about the ...
Self Study Materials from NTU SCTP Cloud Engineering Course