I saw in CKAD, helm is added, What is scope of helm? Is it only confined to comm . . .

Shakti Rath:
I saw in CKAD, helm is added, What is scope of helm? Is it only confined to commands or something else?

Alistair Mackay:
Helm has been part of CKAD for 2 years now. What you need to know is covered by the course material, but is mostly
• How to add repositories
• How to pull chart from repo
• How to install/uninstall versions
• How to list installed versions or charts in your cluster
• Understanding of how the values file works and how to set/override values for a chart.

Shakti Rath:
Thanks for the info