Step 1
cd C:\tools\kubernetes
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/windows/amd64/kubectl.exe"
Step 2
I added C:\tools\kubernetes
to PATH
.
archive.is/STu0f#selection-10365.0-10373.21
Step 3
kubectl version --client