Hacker News new | ask | show | jobs
by throwaway1979 3984 days ago
I thought each host needs an entire /24 subnet, and the pods that run on the host get individual IP addresses. Am I mistaken?
1 comments

No, there's a private network that's shared between all the containers running on the pods, but as long as the nodes can see each other, you're good.

Full disclosure: I work at Google on Kubernetes