Linux

Install Kubernetes On Mac/Windows | Kubernetes Installation| Error resolved | Coding Mommy



Setup kubectl
a. Download kubectl version 1.20
b. Grant execution permissions to kubectl executable
c. Move kubectl onto /usr/local/bin
d. Test that your kubectl installation was successful
“`sh
curl -o kubectl
chmod +x ./kubectl
mv ./kubectl /usr/local/bin
kubectl version –short –client

#devops #kubectl #kubernetes #minikube

[ad_2]

source

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button