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

How to warm envoyProxy before accepting hundred thousands websocket connections? #4386

Open
SergeiCherevko opened this issue Oct 4, 2024 · 1 comment
Labels

Comments

@SergeiCherevko
Copy link

When I start a lot of connections to EnvoyProxy, I see some latency on some clients, and after a couple of minutes, it's gone. So I think I can do something like "warming up" before allowing clients to connect.

I want to set up some parameters:

  • initial_stream_window_size
  • initial_connection_window_size
  • preconnect_policy
  • per_connection_buffer_limit_bytes

Which k8s kind should I use for tweaking those parameters? EnvoyFilter?

@arkodg
Copy link
Contributor

arkodg commented Oct 8, 2024

some of these are available in ClientTrafficPolicy

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

No branches or pull requests

2 participants