Post #2928228
2026-05-09 12:55 UTC
@piger@mastodon.social Same. I’ve wanted variations on this for a while. Kubernetes has that but I don’t see any reason docker shouldn’t be able to do that natively.
Solutions you see out there are using docker compose with service mode networking and a container acting as a router. So clunky
Replies (1)
-
@piger@mastodon.social 2026-05-09 15:45
@mroach@ublog.mroach.com if I had to guess, Kubernetes can do it because it imposes an opinionated framework for these things to happen, while Docker needs to work in a variety of contexts that are all slightly different from each other. After all both rely on a turbo spaghetti mess of iptables rules 😅