For Minikube, go to Google, download the software, and then double-click the exe file
to get minikube installed.
Navigate to the Directory where Minikube is installed.
cmd> cd C:\Program Files\Kubernetes\Minikube
and then run the command "minikube.exe start --driver=virtualbox --kubernetes-
version=v1.20.0", so that it starts creating a minikube VM in a virtual box, which in turn acts
as a k8s server.
I'm sharing more