DevOps Tools
HELM Helm is a Kubernetes package manager used for installing and managing K8s applications. Charts are Helm packages which contain k8s manifest. And each chart can have its child charts as well. Application can be shared using Helm charts avoids rebuilding apps from scratch . Helm create 'chart name' -- will create a helm chart. Contains Chart.yaml Values.yaml templates dir - contains k8s manifest files