What does HackerNews think of kind?
Kubernetes IN Docker - local clusters for testing Kubernetes
> kind was primarily designed for testing Kubernetes itself, but may be used for local development or CI.
minikube was designed for those who want a local kubernetes environment for development. It didn't work well for testing Kubernetes itself which led to kind. They had two different, though slightly overlapping, goals.
Alternatively you could create a CRI plugin that does what you want. https://github.com/kubernetes/kubernetes/blob/242a97307b3407...
KinD[0] is a project to do just that, although production workloads are an explicit non-goal.
https://github.com/kubernetes-sigs/kind https://github.com/bsycorp/kind
TBH for throwaway Kubernetes cluster in WSL, I'd recommend kind (https://github.com/kubernetes-sigs/kind) it works just fine with WSL/Docker for Windows.