This guide shows how to run Kubernetes in a Windows Host, using kind
to run the control plane in Docker and WSL 2 to run Docker itself.
The whole point of doing that is to run Kubernetes:
- In a Windows Host
- Without managing virtual machines (Docker Desktop + WSL 2 will do that for us)
- Without using Docker Desktop's native Kubernetes feature (as it has a tendency to break workflows that do not relly on K8s).