-
Notifications
You must be signed in to change notification settings - Fork 364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Global Rate Limiting Support #670
Comments
From the Gateway API Policy Attachment spec:
Based on this information, it appears that global rate limiting fits better as an implementation-specific filter since HTTPRoute rules may require different rate limits. Thoughts @youngnick @skriss? |
I can find cycles to work on this |
Started a design doc highlighting the `WHAT` and `WHY` Relates to envoyproxy#670 Signed-off-by: Arko Dasgupta <[email protected]>
* `RateLimitInfraIR` - holds the config to manage the ratelimit service. * `global-ratelimit` runner that subscribes to `XdsIR` messages and translates it to `RateLimitInfraIR`. * enhance the `infrastructure` runner to subscribe to `RateLimitInfraIR` messages and translate it into platform specific ratelimit resources. Relates to envoyproxy#670 Signed-off-by: Arko Dasgupta <[email protected]>
* `RateLimitInfraIR` - holds the config to manage the ratelimit service. * `global-ratelimit` runner that subscribes to `XdsIR` messages and translates it to `RateLimitInfraIR`. * enhance the `infrastructure` runner to subscribe to `RateLimitInfraIR` messages and translate it into platform specific ratelimit resources. Relates to envoyproxy#670 Signed-off-by: Arko Dasgupta <[email protected]>
* `RateLimitInfraIR` - holds the config to manage the ratelimit service. * `global-ratelimit` runner that subscribes to `XdsIR` messages and translates it to `RateLimitInfraIR`. * enhance the `infrastructure` runner to subscribe to `RateLimitInfraIR` messages and translate it into platform specific ratelimit resources. Relates to envoyproxy#670 Signed-off-by: Arko Dasgupta <[email protected]>
* Enhance `XdsIR` with `RateLimit` to hold rate limiting config. * Translate IR field into route level rate limit actions * Add `BuildRateLimitServiceConfig` which translates the XdsIR into configuration for the envoy rate limit service. Relates to envoyproxy#670 Signed-off-by: Arko Dasgupta <[email protected]>
* Enhance `XdsIR` with `RateLimit` to hold rate limiting config. * Translate IR field into route level rate limit actions * Add `BuildRateLimitServiceConfig` which translates the XdsIR into configuration for the envoy rate limit service. Relates to envoyproxy#670 Signed-off-by: Arko Dasgupta <[email protected]>
* Enhance `XdsIR` with `RateLimit` to hold rate limiting config. * Translate IR field into route level rate limit actions * Add `BuildRateLimitServiceConfig` which translates the XdsIR into configuration for the envoy rate limit service. Relates to envoyproxy#670 Signed-off-by: Arko Dasgupta <[email protected]>
Started a design doc highlighting the `WHAT` and `WHY` Relates to envoyproxy#670 Signed-off-by: Arko Dasgupta <[email protected]>
* Enhance `XdsIR` with `RateLimit` to hold rate limiting config. * Translate IR field into route level rate limit actions * Add `BuildRateLimitServiceConfig` which translates the XdsIR into configuration for the envoy rate limit service. Relates to envoyproxy#670 Signed-off-by: Arko Dasgupta <[email protected]>
Started a design doc highlighting the `WHAT` and `WHY` Relates to envoyproxy#670 Signed-off-by: Arko Dasgupta <[email protected]>
Started a design doc highlighting the `WHAT` and `WHY` Relates to envoyproxy#670 Signed-off-by: Arko Dasgupta <[email protected]>
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or "no stalebot" or other activity occurs. Thank you for your contributions. |
* Enhance `XdsIR` with `RateLimit` to hold rate limiting config. * Translate IR field into route level rate limit actions * Add `BuildRateLimitServiceConfig` which translates the XdsIR into configuration for the envoy rate limit service. Relates to envoyproxy#670 Signed-off-by: Arko Dasgupta <[email protected]>
Relates to envoyproxy#670 Signed-off-by: Arko Dasgupta <[email protected]>
* Add details on Global Rate Limit implementation Relates to #670 Signed-off-by: Arko Dasgupta <[email protected]> * rm EnvoyProxy comments around aux control plane Signed-off-by: Arko Dasgupta <[email protected]>
* Enhance `XdsIR` with `RateLimit` to hold rate limiting config. * Translate IR field into route level rate limit actions * Add `BuildRateLimitServiceConfig` which translates the XdsIR into configuration for the envoy rate limit service. Relates to envoyproxy#670 Signed-off-by: Arko Dasgupta <[email protected]>
* Defines the configuration needed to enable as well as connect the rate limit service to a redis database backend * This will be required to be set by the infrastructure admin if the app developers want the global rate limiting feature using `RateLimitFilter` Relates to envoyproxy#670 Signed-off-by: Arko Dasgupta <[email protected]>
* Global RateLimit Xds translation * Enhance `XdsIR` with `RateLimit` to hold rate limiting config. * Translate IR field into route level rate limit actions Relates to #670
* Rate Limit Service config in EnvoyGateway API * Defines the configuration needed to enable as well as connect the rate limit service to a redis database backend * This will be required to be set by the infrastructure admin if the app developers want the global rate limiting feature using `RateLimitFilter` Relates to #670 Signed-off-by: Arko Dasgupta <[email protected]> * address comments Signed-off-by: Arko Dasgupta <[email protected]> * make url string type Signed-off-by: Arko Dasgupta <[email protected]> * change from pointer to struct type Signed-off-by: Arko Dasgupta <[email protected]> Signed-off-by: Arko Dasgupta <[email protected]>
* Translates Xds IR into ratelimit service config https://github.com/envoyproxy/ratelimit#configuration Relates to envoyproxy#670 Signed-off-by: Arko Dasgupta <[email protected]>
* Translates Xds IR into ratelimit service config https://github.com/envoyproxy/ratelimit#configuration Relates to envoyproxy#670 Signed-off-by: Arko Dasgupta <[email protected]>
Relates to envoyproxy#670 Signed-off-by: Arko Dasgupta <[email protected]>
Relates to envoyproxy#670 Signed-off-by: Arko Dasgupta <[email protected]>
* Translates Xds IR into ratelimit service config https://github.com/envoyproxy/ratelimit#configuration Relates to envoyproxy#670 Signed-off-by: Arko Dasgupta <[email protected]>
* Build rate limit service config * Translates Xds IR into ratelimit service config https://github.com/envoyproxy/ratelimit#configuration Relates to #670 Signed-off-by: Arko Dasgupta <[email protected]> * fix yamlint Signed-off-by: Arko Dasgupta <[email protected]> * lint Signed-off-by: Arko Dasgupta <[email protected]> Signed-off-by: Arko Dasgupta <[email protected]>
* Add RateLimitFilter support in k8s provider Relates to #670 Signed-off-by: Arko Dasgupta <[email protected]> * fix k8s error Signed-off-by: Arko Dasgupta <[email protected]> * edit crd Signed-off-by: Arko Dasgupta <[email protected]> * add another k8s test Signed-off-by: Arko Dasgupta <[email protected]> * more tests && add crd Signed-off-by: Arko Dasgupta <[email protected]> Signed-off-by: Arko Dasgupta <[email protected]>
* `RateLimitInfraIR` - holds the config to manage the ratelimit service. * `global-ratelimit` runner that subscribes to `XdsIR` messages and translates it to `RateLimitInfraIR`. * enhance the `infrastructure` runner to subscribe to `RateLimitInfraIR` messages and translate it into platform specific ratelimit resources. Relates to envoyproxy#670 Signed-off-by: Arko Dasgupta <[email protected]>
* Also rm'ed `ResetConditon` and instead set `Accepted=False` for negative cases for ExtensionFilter cases Relates to envoyproxy#670 Signed-off-by: Arko Dasgupta <[email protected]>
* RateLimitFilter: Gateway API to Xds IR translaton * Also rm'ed `ResetConditon` and instead set `Accepted=False` for negative cases for ExtensionFilter cases Relates to #670 Signed-off-by: Arko Dasgupta <[email protected]>
* Global rate limit components * `RateLimitInfraIR` - holds the config to manage the ratelimit service. * `global-ratelimit` runner that subscribes to `XdsIR` messages and translates it to `RateLimitInfraIR`. * enhance the `infrastructure` runner to subscribe to `RateLimitInfraIR` messages and translate it into platform specific ratelimit resources. Relates to #670 Signed-off-by: Arko Dasgupta <[email protected]>
Relates to envoyproxy#670 Signed-off-by: Arko Dasgupta <[email protected]>
* Translate RateLimitInfra into K8s resources Relates to #670 Signed-off-by: Arko Dasgupta <[email protected]>
Description:
Add support for global rate limiting.
type.googleapis.com/envoy.extensions.filters.http.ratelimit.v3.RateLimit
. Global RateLimit Xds translation #726user_docs.rst
. docs: add ref to global ratelimit #999The text was updated successfully, but these errors were encountered: