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
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
View comments