Difference between revisions of "Helm (package manager)"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
  
  
== Installation ==
+
== [[Helm installation]] ==
 
* [[macOS]]: <code>[[brew install helm]]</code> install the <code>[[helm]]</code> binary.
 
* [[macOS]]: <code>[[brew install helm]]</code> install the <code>[[helm]]</code> binary.
 
* [[Windows]]: <code>[[choco install]] kubernetes-helm</code>
 
* [[Windows]]: <code>[[choco install]] kubernetes-helm</code>
Line 20: Line 20:
 
  curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 > get_helm.sh
 
  curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 > get_helm.sh
 
  chmod 700 get_helm.sh
 
  chmod 700 get_helm.sh
  ./get_helm.sh
+
  ./[[get_helm.sh]]
  
 
  helm installed in [[/usr/local/bin/]]helm
 
  helm installed in [[/usr/local/bin/]]helm
Line 35: Line 35:
 
* <code>[[helm install]]</code>
 
* <code>[[helm install]]</code>
 
* <code>[[helm status]] mychart</code>
 
* <code>[[helm status]] mychart</code>
 +
* <code>[[helm get manifest]] yourchart </code>
 
* <code>[[helm create]] mychart</code>
 
* <code>[[helm create]] mychart</code>
 
* <code>[[helm list]]</code>
 
* <code>[[helm list]]</code>
Line 42: Line 43:
 
* <code>[[helm repo update]]</code>
 
* <code>[[helm repo update]]</code>
 
* <code>[[helm search repo]] stable</code>
 
* <code>[[helm search repo]] stable</code>
* <code>[[helm get manifest]] yourchart </code>
 
 
* <code>[[helm upgrade]]</code>
 
* <code>[[helm upgrade]]</code>
  

Latest revision as of 17:43, 10 April 2024

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.


Helm installation[edit]

curl https://baltocdn.com/helm/signing.asc | sudo apt-key add -
sudo apt-get install apt-transport-https --yes
echo "deb https://baltocdn.com/helm/stable/debian/ all main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list
sudo apt-get update
sudo apt-get install helm


curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 > get_helm.sh
chmod 700 get_helm.sh
./get_helm.sh
helm installed in /usr/local/bin/helm

Files[edit]

~/Library/Preferences/helm/repositories.yaml
~/Library/Preferences/helm/registry/config.json
~/Library/Caches/helm/repository

Example commands[edit]

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

Helm versions[edit]

Related terms[edit]

Activities[edit]

See also[edit]

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