Helm helps you manage Kubernetes applications - Helm Charts help you define, install, and upgrade even the most complex Kubernetes application. Charts are easy to create, version, share, and publish - so start using Helm and stop the copy-and-paste. Helm is a tool for managing Kubernetes packages called charts. Helm can do the following: Create new charts from scratchPackage charts into chart archive (tgz) filesInteract with chart repositories where charts are storedInstall and uninstall charts into an existing Kubernetes clusterManage the release cycle of charts that have been installed with HelmAs a developer of Infrastructure enthusiast dealing with deployment in Kubernetes cluster then this course is for you, we have condensed down years of learning covering only what's needed to get started with Helm. This course is for any one who has dealt with Kubernetes deployment into one or more projects and would like to learn the best practises of package management via HELM Deployment. Adding HELM knowledge in your portfolio will not only increase the number of opportunities you will get but also your knowledge around the best & efficient way to automate kubernetes object deployment like services, pods, deployment, statefulsets. Be it deployment of your custom API or ELK stack, this course will help you to learn nuts & bolts of HELM and can assure you will be able to apply the learning right from the session1. What will you learn over the next few hours and How the course is shaped?HELM Architecture and it's evolutionWhy not deploying application via Kubectl Apply -f *yamlDifference between HELM and Kubectl DeploymentWhen you should use HELM as a package managerWhat is HELM and what it is notWrite HELM Chart from scratch for your custom applicationHELM directory structureUse of: Values. yamlCharts. yamlTemplate folderhelper template fileNOTES. txtHow to convert your existing kubernetes manifest into HELM chartVariables existing hard coded manifest value into reusable templateHELM release/versioning/rollbackHELM dry-run to validate templates before deploying into actual environmentDeploy PostgresSQL via HELMPull HELM charts from public repo and deploy on a clusterTest Kubernetes chart - HELM Test