Skip to content

Instantly share code, notes, and snippets.

@pranaysahith
Last active June 29, 2020 08:32
Show Gist options
  • Save pranaysahith/3851d8b69acbd1408dfe9c2922c1eec2 to your computer and use it in GitHub Desktop.
Save pranaysahith/3851d8b69acbd1408dfe9c2922c1eec2 to your computer and use it in GitHub Desktop.
curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl
chmod +x ./kubectl
sudo mv ./kubectl /usr/local/bin/kubectl
# curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
# or
curl https://get.helm.sh/helm-v3.1.0-linux-amd64.tar.gz
tar -zxvf helm-v3.1.0-linux-amd64.tar.gz
mv linux-amd64/helm /usr/local/bin/helm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment