old_issues_repo icon indicating copy to clipboard operation
old_issues_repo copied to clipboard

Apply rate limits at ingress

Open oaktowner opened this issue 7 years ago • 2 comments
trafficstars

As requested on the API Management group:

How would you go about configuring an Istio Rate limit from the ingress service? For example, using the bookinfo application {https://istio.io/docs/guides/bookinfo.html}, how would you go about limiting the qps to the product page from the ingress

Essentially, the request is to limit the rate at which a given client can call a service, and there is a special case when that 'client' is 'ingress'.

oaktowner avatar Mar 26 '18 12:03 oaktowner

Applying rate limit from “ingress” is already supported by adding a config override with Destination: productpage Source: istio-ingress

Applying per service rate limit “at” ingress is not support yet.

mandarjog avatar Mar 26 '18 14:03 mandarjog

Thanks for clarification -- edited title accordingly.

oaktowner avatar Mar 26 '18 16:03 oaktowner