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...
3 easy ways to get multiple instances of WSL!

3 easy ways to get multiple instances of WSL!

What if you want something different, custom or just have more instances of the same distribution? Microsoft Store provides a variety of Linux distributions to choose from, but it might be not enough at times. Luckily it turns out it is trivial to get what you want!...
How to get awesome Docker profiles in Windows Terminal?

How to get awesome Docker profiles in Windows Terminal?

Windows Terminal showing docker containers and images? Of course it is possible! We can easily start a new shell directly inside of a container, or attach to an already running one by simply selecting a profile from a drop-down. Solution We are using Windows Terminal...
How to install and connect to Docker on WSL?

How to install and connect to Docker on WSL?

Have you ever tried replacing Docker Desktop by installing Docker on your WSL instance to discover that now you don’t even know how to connect to it from CLI or other development tools? Have you ever got following error message when trying to use Docker CLI?...
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,...