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

[GLBC] Max RPS should be per instance instead of per instance group #475

Closed
nicksardo opened this issue Mar 21, 2017 · 2 comments
Closed
Assignees

Comments

@nicksardo
Copy link
Contributor

nicksardo commented Mar 21, 2017

Without knowing how much traffic a k8s node can handle, the best strategy is to spray traffic across all nodes. The GLBC currently sets MaxRPS to 1 per instance group; however, this is not ideal because in multi-zonal clusters IGs could be larger than others.

We should also question whether 1 is an ideal RPS. Is there any LB optimization to increasing the value but still remaining small?

@thockin

@nicksardo nicksardo self-assigned this Mar 21, 2017
@thockin
Copy link
Member

thockin commented Mar 22, 2017 via email

@nicksardo
Copy link
Contributor Author

Sounds good.

I'll throw you a PR for this after backside re-encryption goes in.

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

No branches or pull requests

2 participants