How to install kubectl on windows for Kyma development

0
956

Dear SAPLearners, in this blog post we will learn how to install kubectl on windows.

When developing Functions or microservices in the Kyma environment you have two options

  1. A user-friendly Kyma Console UI
  2. Kubernetes command-line tool – kubectl

Also Read: Getting started with Kyma environment in SAP Cloud Platform

Overview of kubectl

The Kyma is built on Kubernetes for extending applications with serverless functions and microservices. So to manage the Kubernetes clusters kubectl command-line tool is used.

Lets see the installation steps for kubectl.

Step-by-Step Procedure

1. Firstly, download the latest release v1.19.0 from this link.

2. Create a new folder in a location of your choice and move the downloaded file into this new folder.

Install kubectl on windows Step1

3. Navigate to Environmental Variables on your laptop/desktop.

Install kubectl on windows Step2

4. Choose PATH under System variables and click on Edit.

Install kubectl on windows Step3

5. Add the kubectl path in to your PATH and click on OK.

Install kubectl on windows Step4

6. Finally, re-open command prompt and type following command

kubectl

7. You should see all commands of kubectl like below.

Install kubectl on windows Step5

8. Alternatively, you can run following command to check the version.

kubectl version --client
Install kubectl on windows Step6

Conclusion

Congrats!!! you have successfully learnt the steps install kubectl on windows machine.

Please feel free to comment and let us know your feedback. Subscribe for more updates.

If you liked it ❤️, please share it! Thanks! 🙏