Working with Helm Charts
Learn working with Helm commands and Helm chart.
We'll cover the following...
Installing Helm
Run the following commands to install Helm on your system:
Common Helm commands
Command | Use |
| Installs Tiller |
| Create a chart |
| Lists the repositories |
| Searches for a chart |
| Gets information about a chart |
| Deploys a chart (creates a release) |
| Lists all releases |
| Gets the status of a release |
| Gets the details about a release |
| Upgrades a release |
| Rolls back a release |
| Deletes a release |
You can try out these commands in the terminal below.
How to use Helm repository
A Helm repository stores information on Helm charts. We can configure Helm repositories with the Helm ...