-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Flannel overlay using not recommend UDP backend #3185
Comments
For AWS environments, the Flannel AWS VPC backend may be the preferred option - |
Performance benchmark details: Their recommendation is host-gw.
AWS VPC backend is definitely not the right choice. |
The default kubenet networking functions identically to the |
Backend should be VXLAN. Is the recommended backend in the docs, it supports multiple subnets for private topology and has better performance than UDP. |
Should be fixed by #3190 |
Closing as fixed |
The current config for flannel is listed as using the UDP backend.
According to the Flannel documentation, this should only be used for debugging.
https://github.com/coreos/flannel/blob/master/Documentation/backends.md#udp
This should be changed to either vxlan or host-gw.
The text was updated successfully, but these errors were encountered: