Open to Work: Senior Backend & Distributed Systems Engineer (Go / Python) View LinkedIn →

Wsl

Technical Journal // Wsl
Apr '26

Kubernetes on WSL2 and the macOS tunnel

A pragmatic guide to running k3s inside WSL2 on a Windows gaming PC and accessing it securely from a MacBook. No LAN exposure, no fragile port proxies: just SSH and control-plane tunneling.

Mar '26

WSL2 Is Slow? Fix /mnt/c/ File System Performance & Go Latency

Why is WSL2 so slow? Understand the 9P filesystem boundary, why /mnt/c/ degrades Go build times, and how to fix WSL2 performance bottlenecks on Windows.

May '21

Access Wsl Filesystem From Windows 10 File Explorer

If you want to get Linux environment in your Windows system there are some solutions that provide the opportunity. For example MYSYS, CYGWIN and a Virtual Machine (If you want complete linux machine) or Multiple Boot. But some of them aren’t much powerful and some are resources hungry like Virtual Machine. So, the solution is WSL (Windows Subsystem for Linux). You can learn how to setup WSL from here.