Hacker News new | ask | show | jobs
by packetlost 844 days ago
So like a DNS SRV record with multiple entries. Or Anycast, if you're being fancy
1 comments

Or IPVS... wait that's built into Kubernetes, it's kube-proxy.
kube-proxy operates at L3/L4 while service meshes generally operate at L7 so it can load balance on a per HTTP request basis. Particularly useful for long lived connections commonly used in gRPC and others.
Right? Like, I really don't understand the problem that service mesh solves that isn't already solved by more standardized technologies