Minikube
Warning
Minikube
creates a single-node k8s
cluster.
Basically there are 2 options, which look fairly the same. Either,
- run
minikube
op windows with thedocker
driver and thus WSL2 and make it accessible in your WSL2 distro. - run
minikube
on WSL2 directly following the official blog
On Windows
Warning
minikube
only provide a 1-node cluster
Fire up your cluster
minikube start
The cluster creation automatically add configuration to connect to the new cluster
kubectl cluster-info --context minikube
On WSL2
To run minikube
from WSL2, try this blog post or this blog post