Difference between revisions of "Helm (package manager)"

From wikieduonline
Jump to navigation Jump to search
Line 7: Line 7:
 
* [[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>
* [[Ubuntu]]: sudo snap install helm --classic
+
* [[Ubuntu]]:  
 +
** <code>sudo snap install helm --classic</code>
 +
 
 +
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
  
 
== Example commands ==
 
== Example commands ==

Revision as of 18:24, 9 November 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

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

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: