Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pod networking between the nodes in different subnets #21

Closed
murali-reddy opened this issue May 31, 2017 · 5 comments
Closed

pod networking between the nodes in different subnets #21

murali-reddy opened this issue May 31, 2017 · 5 comments
Assignees
Milestone

Comments

@murali-reddy
Copy link
Member

murali-reddy commented May 31, 2017

Current model host gateway based routing of Kube-router assumes nodes are L2 adjacent or in same subnet. this should work fine for most cases. But if we have a cluster with nodes in different subnets, i.e nodes are not in L2 adjacent., then host routing based approach for cross node pod-to-pod connectivity does not work.

Perhaps easy way to address is to use VXLAN encapsulation. So routes are set such that if destination node is in not in same subnet then use the interface to VXLAN encap.

@ChenLingPeng
Copy link

I think we should point this limit(L2 adjacent) out in README.md/requirements section

@murali-reddy
Copy link
Member Author

@ChenLingPeng thanks, yes you are right it should be in the requirements section. Will add neccessary details.

@m1093782566
Copy link

I think introducing VXLAN encapsulation for ipvs while preserving source pod IP is the biggest challenge.

@m1093782566
Copy link

refer to kubernetes/community#692

@murali-reddy
Copy link
Member Author

Fixed as part of #92

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

No branches or pull requests

4 participants