DEV Community
•
2026-08-01 16:15
Local Kubernetes Dev — Part 4: Setting up your workstation
Before we build clusters and write manifests — let's install the tools and prove they actually work together.
Part four of the local Kubernetes series is the hands-on one: we install Docker, kubectl, k3d, helm, and Tilt on macOS, Linux, and Windows+WSL2, add k9s, and — most importantly — run a smoke test that proves the whole Docker → k3d → kubectl chain works end to end. Most guides tell you how...