You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevent crashing due to OOM errors by rejecting new connections or closing down connections. No extra benefit compared to K8s deployment with liveness probe. Also not possible to configure with xDS since this falls under bootstrap config. Therefore ignored.
Both listener buffer limit and cluster limit are soft limits in envoy. So the existing connections are not closed depending on the buffer value. Buffer value is only used for watermark and drain implementation to copy request/response bytes. For edge proxy config, the recommendation is to set per_connection_buffer_limit_bytes to 32 KiB. But for large payloads, it takes more time to copy and it raises concerns regarding timeouts.
Describe your problem(s)
Verify Envoy recommendations for CC - https://www.envoyproxy.io/docs/envoy/latest/configuration/best_practices/edge#best-practices-edge
Describe your solution
How will you implement it
Optional Fields
Related Issues:
Suggested Labels:
Suggested Assignees:
The text was updated successfully, but these errors were encountered: