Skip to content

Adds kubernetes support#84

Open
gregnr wants to merge 3 commits intomainfrom
feat/k8s
Open

Adds kubernetes support#84
gregnr wants to merge 3 commits intomainfrom
feat/k8s

Conversation

@gregnr
Copy link
Member

@gregnr gregnr commented Feb 24, 2026

Docker Desktop and Colima both support Kubernetes in their Linux VMs. This change exposes Kubernetes pod and service CIDRs to the macOS host in addition to the existing Docker networks, allowing you to connect directly to Pod and Service IPs. It uses the same WireGuard tunnel as Docker.

The host binary watches Kubernetes Nodes and ServiceCIDRs and automatically adds/removes routes as the cluster changes, mirroring the existing Docker network behaviour.

Tested on Docker Desktop (kubeadm and kind modes), and Colima (based on k3s).

Resolves #47

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature Request: Support Docker Desktop's built-in kubernetes

1 participant