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

Improve udp packet processing for userspace proxier #15752

Closed
ArtfulCoder opened this issue Oct 16, 2015 · 2 comments
Closed

Improve udp packet processing for userspace proxier #15752

ArtfulCoder opened this issue Oct 16, 2015 · 2 comments
Labels
sig/network Categorizes an issue or PR as relevant to SIG Network.
Milestone

Comments

@ArtfulCoder
Copy link
Contributor

udp packet processing is done in a single go-routine (seperate go routine per k8s udp service).
For scenarios like DNS, this can get slow.

(This performance issue has been fixed with the iptables proxier.)

Parallelizing the udp packet processing can be done for 1.1 (3-4 hours of work), but seems a bit risky given that we are close to 1.1 release.

This work can be done post 1.1, IF, iptables-proxier is still not the default in release 1.2

@ArtfulCoder ArtfulCoder added the sig/network Categorizes an issue or PR as relevant to SIG Network. label Oct 16, 2015
@ArtfulCoder ArtfulCoder added this to the v1.2 milestone Oct 16, 2015
@ArtfulCoder
Copy link
Contributor Author

#13423 (comment)

@ArtfulCoder
Copy link
Contributor Author

iptables-proxy is default now. closing issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sig/network Categorizes an issue or PR as relevant to SIG Network.
Projects
None yet
Development

No branches or pull requests

2 participants