Sync task rate-limit into Chinese (#15530)

This commit is contained in:
Kiba Amor 2024-08-08 09:17:34 +08:00 committed by GitHub
parent a3593b3cb2
commit 79130c6870
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -70,6 +70,10 @@ Envoy 中的全局速率限制使用 gRPC API 向速率限制服务请求配额
作为参考,可以在[这里]({{< github_blob >}}/samples/ratelimit/rate-limit-service.yaml)找到一个演示配置, 作为参考,可以在[这里]({{< github_blob >}}/samples/ratelimit/rate-limit-service.yaml)找到一个演示配置,
它是基于 Envoy 提供的[参考实现](https://github.com/envoyproxy/ratelimit)。 它是基于 Envoy 提供的[参考实现](https://github.com/envoyproxy/ratelimit)。
{{< text bash >}}
$ kubectl apply -f @samples/ratelimit/rate-limit-service.yaml@
{{< /text >}}
1. 对 `ingressgateway` 应用 `EnvoyFilter`,以使用 Envoy 的全局速率限制过滤器来启用全局速率限制。 1. 对 `ingressgateway` 应用 `EnvoyFilter`,以使用 Envoy 的全局速率限制过滤器来启用全局速率限制。
此 patch 将 `envoy.filters.http.ratelimit` 此 patch 将 `envoy.filters.http.ratelimit`