×

Zariga Tongy's video: installing helm on linux

@installing helm on linux
Helm can be installed either from source, or from pre-built binary releases. From Script curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 chmod 700 get_helm.sh ./get_helm.sh you can curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash if you want to live on the edge MacOS brew install helm From Chocolatey (Windows) choco install kubernetes-helm From Apt (Debian/Ubuntu) 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

3

0
Zariga Tongy
Subscribers
7.9K
Total Post
559
Total Views
69.1K
Avg. Views
1.1K
View Profile
This video was published on 2020-09-14 14:49:14 GMT by @Zariga-Tongy on Youtube. Zariga Tongy has total 7.9K subscribers on Youtube and has a total of 559 video.This video has received 3 Likes which are lower than the average likes that Zariga Tongy gets . @Zariga-Tongy receives an average views of 1.1K per video on Youtube.This video has received 0 comments which are lower than the average comments that Zariga Tongy gets . Overall the views for this video was lower than the average for the profile.

Other post by @Zariga Tongy