Installing Helm From the Binary Releases
On the Kubnernetes primary server,
download and install Helm from its packaged binary. Once it is installed, configure
the repo and ensure it is named stable and is up-to-date.
Helm provides binary releases for a variety of OS.
These binary versions can be manually downloaded and installed
Solution :-
1. Run the wget command with the tar file provided for the lab to install Helm.
$ wget https://get.helm.sh/helm-v3.5.0-linux-amd64.tar.gz |
$ tar -xzf
helm-v3.5.0-linux-amd64.tar.gz |
helm
binary in the unpacked directory, and move it to its desired
destination. Run the mv command to move the helm executable to the /usr/local/bin/
directory.
$ mv ./linux-amd64/helm /usr/local/bin/ |
$ ls -l /usr/local/bin/ |
$ helm version |
Happy Learning!!!!
Apart from this if you need more clarity, I have made a tutorial video on this, please go through and share your comments. Like and share the knowledge
0 Comments