Debug School

Rahul Sureshkumar
Rahul Sureshkumar

Posted on

Topics covered today

1) Helm chart creation using helm create command.
2) Deployed helm chart using helm install command.
3) Default NOTES.txt file modified using helm.
4) Packaging with helm.
5) Update existing chart with helm upgrade command.

Create local repository for helm
1) Understood how to add helm repo.
2) Helm dry-run
3) Access to NodeIP using port-forward
4) Add Chart as a Helm repository
5) Push chart to local repo.
6) Deploy chart from local repository.

Remote Helm Repository
1) Cloned repository from Github.
2) Index repo
3) Push chart to Github.
4) Add Github repo as a Helm repository
5) Deploy chart from repository

Advance concept
Templates
Linting tool and validation file
Custom file
values.schema.json

Top comments (0)