Kubernetes Minikube local setup - amresh087/newronaRepos GitHub Wiki

Ensure you have min 16 GB RAM and 2 CPU on machine where you will install this minikube smoothly.

Downoad docker desktop from https://docs.docker.com/docker-for-windows/install/ NOTE : Do not enable Kubernetes on docker desktop You might have to download and install additional server package wsl_update_x64. You will get link after installingdocker desktp. Restart required at this step.

Download minikube from https://minikube.sigs.k8s.io/docs/start/

Download kubectl https://dl.k8s.io/release/v1.21.0/bin/windows/amd64/kubectl.exe

Enable hyperv for windows . This step needs restart of laptop. https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v

Install Minikube, kubectl i.e. keep minikube and kubectl in one directory and add this directory in your path. Since we will be using Hyper v, minikube needs to be started like this minikube start –driver=hyperv. Follow below tutorials for more details

Follow this tutorial to start with hello world. https://iteritory.com/install-minikube-in-windows-10-laptop-step-by-step-tutorial/. Also refer https://kubernetes.io/docs/tutorials/hello-minikube/