Command:
minikube start --driver=<virtual machine name>
minikube start --driver=virtualbox --no-vtx-check
// Personal Configurations
minikube start --driver=virtualbox --memory 4000 --cpus 4 --no-vtx-check
Enable and restart the docker
minikube start --driver=docker
Enable the Kubernetes in respective your platform and follow the below command
minikube start --driver=hyperv
minikube start --driver=hyperkit
minikube start --driver=parallels
minikube start --driver=vmware
After Installation check the status:
minikube status
That's it, a single node cluster is successfully created in your machine.