https://helm.sh/docs/
#Switch to home directory
cd
#Download helm3 deployment script
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3
#Make it executable
chmod 700 get_helm.sh
#Execute
./get_helm.sh
#Check version
root@control01:$ helm version
version.BuildInfo{Version:"v3.4.1", GitCommit:"c4e74854886b2efe3321e185578e6db9be0a6e29", GitTreeState:"clean", GoVersion:"go1.14.11"}
This is basically Helm, just made even simpler.
More info about Arkade: https://github.com/alexellis/arkade
#Execute
curl -SLsf https://dl.get-arkade.dev/ | sudo sh
#Check version:
root@control01:/home/ubuntu# arkade version
_ _
__ _ _ __| | ____ _ __| | ___
/ _` | '__| |/ / _` |/ _` |/ _ \
| (_| | | | < (_| | (_| | __/
\__,_|_| |_|\_\__,_|\__,_|\___|
Get Kubernetes apps the easy way
Version: 0.6.31
Git Commit: d284a8df6520c30467648ec61d2c0d43ede33331
We are not going into detail right now how to use them. We just want to make them ready for when we do need them later on.
Note
You can safely upgrade Helm3 and Arkade running the same commands as install. It will detect and update on its own.