Minikube
Warning
Minikube creates a single-node k8s cluster.
Basically there are 2 options, which look fairly the same. Either,
- run
minikubeop windows with thedockerdriver and thus WSL2 and make it accessible in your WSL2 distro. - run
minikubeon WSL2 directly following the official blog
On Windows
Warning
minikubeonly 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