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
A global limit (configured through ConfigMap) that should be used in All VHosts OR
If this doesn't exists, a configuration per vhost / ingress done through annotations.
Further implementations can also use the limit_req and limit_conn modules to Limit a per/ip request (but this could cause also a DoS in a lot of clients using a NAT to connect to our service, so should be used carefully).
The text was updated successfully, but these errors were encountered:
For documentation and implementation:
A new feature would be great in NGINX Ingress Controller: Bandwidth control:
This is done by the Core of NGINX.
http://nginx.org/en/docs/http/ngx_http_core_module.html#limit_rate
The main idea is:
Further implementations can also use the limit_req and limit_conn modules to Limit a per/ip request (but this could cause also a DoS in a lot of clients using a NAT to connect to our service, so should be used carefully).
The text was updated successfully, but these errors were encountered: