Difference between revisions of "Helm (package manager)"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 10: Line 10:
 
* <code>[[helm (command)]]</code>
 
* <code>[[helm (command)]]</code>
 
* <code>[[helm list]]</code>
 
* <code>[[helm list]]</code>
 +
* <code>[[helm ls]]</code>
 
* <code>[[helm status]]</code>
 
* <code>[[helm status]]</code>
 
* <code>[[helm create]] mychart</code>
 
* <code>[[helm create]] mychart</code>
 
* <code>[[helm install]]</code>
 
* <code>[[helm install]]</code>
 
* <code>[[helm repo list]]</code>
 
* <code>[[helm repo list]]</code>
* <code> helm repo add [[eks]] https://aws.github.io/eks-charts</code>
+
* <code>[[helm repo]] add [[eks]] https://aws.github.io/eks-charts</code>
 
* <code>[[helm repo add]] stable https://kubernetes-charts.storage.googleapis.com/</code>
 
* <code>[[helm repo add]] stable https://kubernetes-charts.storage.googleapis.com/</code>
 
* <code>[[helm repo update]]</code>
 
* <code>[[helm repo update]]</code>
 
* <code>[[helm search repo]] stable</code>
 
* <code>[[helm search repo]] stable</code>
* <code>[[helm ls]]</code>
 
 
* <code>[[helm get manifest]]</code>
 
* <code>[[helm get manifest]]</code>
 
* <code>[[helm upgrade]]</code>
 
* <code>[[helm upgrade]]</code>

Revision as of 18:52, 23 March 2021

wikipedia:Helm[1] (2016 [2]) is a package manager for Kubernetes.

tiller component runs on your Kubernetes cluster, listens for commands from helm, and handles the configuration and deployment of software releases on the cluster.


Installation

Example commands

Software available: Artifactory, datadog, Elastic, fluentd, GitLab, graylog, MySQL

Helm versions

Related terms

See also

  • https://helm.sh/
  • https://github.com/helm/helm/releases/tag/v1.0
  • Advertising: