Sunday, 20 September 2020

Installing kubernetes in Local.

Prerequisite  

  1. Install Docker. This helps not only for building the docker images. You can refer my post here. 

  1. It also installs the Hypervisor. 

To Install K8s in windows Please follow the following procedure. 

  1. Download the kubectl. 

  1. Navigate to Environmental variables and add that path there. 

  

  1. Download the Minikube from here. 

  1. Then Start it using the minikube start --driver=docker this will download the k8s latest version. 

  1. The Check the status using the minikube status. 

  1. You can start/stop using minikube start/stop. 

  1. If you want to delete it you can do it using minikube delete. 

Congrats you have installed and configured the K8s in Local. 

 

No comments:
Write comments