-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Enable host to local pod connectivity in Windows VXLAN #1096
Conversation
Do not merge this yet. Just creating this PR for now, I haven't super strictly validated it yet |
@madhanrm @rajatchopra this is ready to be reviewed and merged |
/lgtm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Hi @ksubrmnn , If a kubernetes svc pointing to the node internal IP in VXLAN mode, we cannot access the VIP in Windows containers. It means users cannot access Kubernetes API server in Windows containers. We have filed an issue in Kubernetes repo kubernetes/kubernetes#79359 Is it expected? |
Description
This PR adds a Host Route policy to the network in Windows VXLAN. This allows a host to communicate with pods on that host. Windows hosts still do not have connectivity with pods running on remote hosts when running VXLAN.
Todos
Release Note