Install Helm Charts

We can install helm chart using following command,

helm install <release-name> <chart-name>

If chart is present in custom repo, we need to add repo in chart name as customrepo/chart-name.

Each install of chart requires a release name. We can install same chart multiple times with different releases.