If you are using Windows OS on your computer, then you need to follow the below instructions to get Kubernetes up and running:
- Download kubectl.exe from here and save the downloaded file into any folder on your Windows file system
- Add the kubectl.exe folder location to your environment path variable:
Advanced System Settings > Advanced > Environment Variables > Path
For example, if you have saved the file in the directory location, C: /Kubernetes, then you must add this folder path to the path variable.
- Open the command prompt utility and type kubectl; there you will be finding all the listed commands supported by Kubernetes
- Now, install minikube
- Finally, install Cygwin and start the minikube to successfully open Kubernetes in the terminal
If you wish to pursue a career in Kubernetes, then consider enrolling in Kubernetes Training program.
Also, DevOps Tutorial can help you understand Kubernetes better.
Besides, watching our below video tutorial on Kubernetes can help you understand Kubernetes completely: