https://catalogartifact.azureedge.net/publicartifacts/pcloudhosting.envoyratelimit-edf63f7b-347b-4cbf-835f-6756d0bec1e9/image2_image.png
Envoy Rate Limit
作者 pcloudhosting
Just a moment, logging you in...
Version 1.4.0+ Free Support on Ubuntu 24.04
Envoy Rate Limit is a service that integrates with the Envoy proxy to enforce request rate limits across APIs and microservices. It acts as a backend service that Envoy queries via gRPC to determine whether a request should be allowed or rejected based on configurable policies, such as per-user, per-service, or global limits. This helps prevent abuse, ensures fair usage, and protects services from traffic spikes or denial-of-service attacks.
Features of Envoy Rate Limit:
- Enforces request rate limits via a dedicated backend service.
- Supports fine-grained control with per-user, per-service, or global rules.
- Integrates seamlessly with Envoy proxy using gRPC.
- Scalable and suitable for distributed microservice architectures.
- Improves API reliability, security, and prevents traffic abuse.
To check the version of Envoy Rate Limit service, run the following command:
$ envoy --versionDisclaimer: Envoy Rate Limit is a backend service designed to provide scalable request limiting for microservices and APIs. Users are responsible for configuring rate limit rules, deploying the service, and integrating it with Envoy proxies securely.