Answers for "kubectl for windows"

6

bash install kubectl

curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.18.0/bin/linux/amd64/kubectl
chmod +x ./kubectl
sudo mv ./kubectl /usr/local/bin/kubectl
kubectl version --client
Posted by: Guest on October-13-2020
0

kubectl for windows

curl -LO https://dl.k8s.io/release/v1.22.0/bin/windows/amd64/kubectl.exe
Posted by: Guest on August-13-2021
-1

kubernetes windows install

curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.18.0/bin/windows/amd64/kubectl.exe
Posted by: Guest on August-08-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language