Debug School

Kumar Abhishek
Kumar Abhishek

Posted on

HELM Training Assignment 1

What is Helm?
HELM is a package manager for Kubernetes. It makes it very easy to manage the kubernetes.

What is Helm?
HELM is a package manager for Kubernetes. It makes it very easy to manage the kubernetes.

Write write 5 reason why we need helm?
Best package manager
Using templates and variable we can reuse the same ymls again
It makes it very easy for sharing
It reduces the complexity to maintain multiple yml files and handling different environments and usecases.
With this we can easily upgrade

How Helm works?
HELM help by automating the kubernetes tasks. It automates the packaging, deployment of kubernetes application by defining a structured pattern. It has templates where we keep the yml file which as logic and action and during the run phase it integrates with the specified value files and executes the final action.

What are the components of helm eco systems?
Client and library

What are parallel tools of helm for another platform and programming Language?
Jinja
template

Explained a Diretory structure of helm
templates(Directory)
yml files for the job

Chart.yml
Values.yml

.helmignore

Top comments (0)