Helm chart
helm search
- Search for charts in Helm Hub and Helm Repositorieshelm install
- Install charts into Kuberneteshelm list
- List all releases of a given Kubernetes Namespacehelm show
- Show information about a charthelm upgrade
- Upgrade a release to a new version of the underlying charthelm pull
- Download and extract a chart from Helm hub or a Helm repositoryhelm repo
- Add, update, index, list, or remove chart repositorieshelm package
- Create antgz
archive for the chart in the current folder
1. Install helm chart
2. helm list
để show các chart đã deployed trong cluster
3. helm instal my-chart chart
để cài đặt deploy 1 chart
4. helm delete chart-name
để xoá chart
5. helm search repo [name]
để tìm repo theo name đã add vào cluster
Comments
Post a Comment