Skip to content

Instantly share code, notes, and snippets.

@prashant-shahi
Created May 27, 2021 13:37
Show Gist options
  • Save prashant-shahi/5627826b9f0dfafd4c9b4e8dfde8b90b to your computer and use it in GitHub Desktop.
Save prashant-shahi/5627826b9f0dfafd4c9b4e8dfde8b90b to your computer and use it in GitHub Desktop.
Install kubectl (v1.19.6)
curl -o kubectl https://amazon-eks.s3.us-west-2.amazonaws.com/1.19.6/2021-01-05/bin/linux/amd64/kubectl
chmod +x ./kubectl
sudo mv kubectl /usr/local/bin/
kubectl version --short --client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment