How to connect to microk8s/minikube on WSL  from Windows?

How to connect to microk8s/minikube on WSL from Windows?

After installing Kubernetes on WSL, how do we connect to it from Windows using kubectl or any other developer tool we might be using? As usual it turns out it can be done with just few lines of good old scripting 🙂 Before we start Not surprisingly most of you probably...
How to run microk8s on your WSL Ubuntu 22.04?

How to run microk8s on your WSL Ubuntu 22.04?

You probably have your own reasons why to run microk8s, for me it started with finding a way to try out Cilium. I wanted an easy and resource optimal solution, also something that is not limited to development use cases and allows for occasional deep dive. Easy,...