Difference between revisions of "Helm (package manager)"

From wikieduonline
Jump to navigation Jump to search
Line 70: Line 70:
 
== Activities ==
 
== Activities ==
 
* Read: https://stackoverflow.com/questions/tagged/kubernetes-helm?tab=Votes
 
* Read: https://stackoverflow.com/questions/tagged/kubernetes-helm?tab=Votes
 +
* Use [[helm upgrade --reuse-values]] together with [[--set]], to change some configuration on a helm chart
  
 
== See also ==
 
== See also ==

Revision as of 16:10, 6 February 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.


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


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

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

Example commands

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

Helm versions

Related terms

Activities

See also

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