Skip to content

Instantly share code, notes, and snippets.

@chukaofili
Last active May 16, 2018 02:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chukaofili/4869375a8daf8de395b82f2b57a13ae1 to your computer and use it in GitHub Desktop.
Save chukaofili/4869375a8daf8de395b82f2b57a13ae1 to your computer and use it in GitHub Desktop.
# If you are on macOS and using Homebrew package manager, you can install with:
brew install kubectl
# On Linux:
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
# On windows
curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.10.0/bin/windows/amd64/kubectl.exe
## Add the binary to your PATH.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment