Tuesday, February 19, 2019

Kubernetes command-line tool for Windows

kubectl (Kubernetes command-line tool) is to deploy and manage applications on Kubernetes. Using kubectl, you can inspect cluster resources; create, delete, and update components.
NOTE
You must use a kubectl version that is within one minor version difference of your cluster. If not you may see errors as below

1. Download the latest release v1.13.0 using curl installed, use this command:
curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.13.0/bin/windows/amd64/kubectl.exe


2. Configure your kube config and it located in “C:\Users\<UserName>\.kube\config”
3. Check you kube version

2 comments:

  1. It's actually a nice and helpful piece of information. I'm satisfied that you simply shared this useful info with us. Please keep us informed like this. Thanks for sharing.

    ReplyDelete
  2. When I originally commented I seem to have clicked the -Notify me when new comments are added- checkbox and now whenever a comment is added I get four emails with the same comment. Perhaps there is a way you are able to remove me from that service? Many thanks!

    ReplyDelete