by piotr | Jan 26, 2023 | Kubernetes
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...
by piotr | Jan 16, 2023 | Kubernetes, Uncategorized
Have you ever deployed a Kubernetes inside of a WSL just to discover that you don’t know how to access services behind its Load Balancer like Ingress? Have you ever tried to solve this with a Node Port just to realize that WSL’s IP is changing every...
by piotr | Jan 13, 2023 | Kubernetes
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,...