...
7. Verifying Kubectl installation
8. Installing Helm
8.1 download the helm using below command
wget http://storage.googleapis.com/kubernetes-helm/helm-v2.3.0-linux-amd64.tar.gz
8.2 untar the file
tar -zxvf helm-v2.3.0-linux-amd64.tar.gz
8.3 Move the helm to /usr/loca/bin
sudo mv linux-amd64/helm /usr/local/bin/helm