Debug School

Lavanya
Lavanya

Posted on

My helm understanding day1

Q1 - What is helm?

Helm is a package manager for Kubernetes applications.

Q1 - Top 5 reason for using helm?

1.Manage or ease complexicity
2.Productivity
3.Better scalability
4.Easy deployment
5.

Q3 - How helm works? Inlcude some pic

Instead of using multiple yaml files, helm replaces all that.
Helm uses values.yaml file which contains key and values which can be mentioned there.
These values can be refered in deployment.yaml file

Image description

Q4 - Helm Architecture? Inlcude some pic

Image description

Q5 - What is chart and what it contains?

A chart is a collection of files that describe a related set of Kubernetes resources.
In simple words, it is directory structure of files

Top comments (0)