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
Hi Team, I have implemented Istio global rate-limiting using the rate-limit service and redis service provided by envoy.
I have observed following issues in the rate-limit service.
when the rate-limit service are flushing counters and gauge, my requests are crossing rate-limiting threshold but they are not getting 429. These requests are also not reported in rate-limit service logs. after some requests ,ratelimiting starts working properly.
when the rate-limit threshold has been reached for the requested URL, getting 429 but some hits are reaching to the respected service and not giving 429.
I am using below images -
ratelimit - envoyproxy/ratelimit:4c088856
redis - redis:6.2.11-alpine
Hi Team, I have implemented Istio global rate-limiting using the rate-limit service and redis service provided by envoy.
I have observed following issues in the rate-limit service.
I am using below images -
ratelimit - envoyproxy/ratelimit:4c088856
redis - redis:6.2.11-alpine
This is my ratelimit-deploy.yaml
This is my redis-deploy.yaml
Please let me know , what is the reason behind this behavior.
The text was updated successfully, but these errors were encountered: