zufardhiyaulhaq / istio-ratelimit-operator

Automatically create global & local rate limit in Istio, support EnvoyFilter versioning, ratelimit metrics, shadow mode, and ratelimit based on route!
MIT License
40 stars 9 forks source link

[FEATURE] shadow_mode support #18

Closed deferraz closed 2 years ago

deferraz commented 2 years ago

Any ideas or possibilities in the roadmap to support the latest release of ratelimit by the original repository of envoy proxy? Nowadays the HEAD git repository has the support of shadow_mode, this could be handy to include the ratelimit rules but without enforcing, only checking if the ratelimit will be aggressive, generate some kind of impact in the production environment If there is some kind of possible test that I could do, I would be glad to help

zufardhiyaulhaq commented 2 years ago

Hi @deferraz currently you can enable shadow_mode https://github.com/zufardhiyaulhaq/istio-ratelimit-operator/pull/23 in GlobalRateLimit object. please check the master branch