Docker for Desktop announced WSL2 support since version 2.3.0.2 with some simple requirements like run Windows 10 version 1093 or higher and having WSL 2 enabled. If you remember, one of my goals was to be able to run my containers without having to create a virtual machine and spare some resources. In this post, I will cover how to make the Nginx Ingress controller work with Minikube when creating a cluster that is running on Docker instead of the traditional virtual machine. However, using WSL2 with Docker and Minikube brought not few challenges to make it work smoothly. You can read my previous post on how I found it remarkable to use my gaming laptop for day-to-day development.
#wsl2 #windows #linux #docker #minikube #ingressĪs I mentioned previously, I’m trying to ramp up my Kube development using Windows’ newest Windows Subsystem for Linux 2 (WSL2).