https://catalogartifact.azureedge.net/publicartifacts/pcloudhosting.envoyrate-b4d8572c-03da-45b0-ab0e-202f2978af6f/image0_pcloud.txt.png
Envoy Rate Limit
بواسطة pcloudhosting
Need custom pricing or terms? Request a private offer directly from the seller - tailored for your organization.
Just a moment, logging you in...
Version 1.4.0 + Free Support on Ubuntu 26.04
Envoy Rate Limit Service is an open-source, distributed rate limiting service designed to work with Envoy Proxy. It provides centralized API rate limiting through a gRPC-based service and uses Redis to manage rate limit counters. It helps control API traffic, enforce request quotas, protect backend services from excessive requests, and support scalable microservices and cloud-native applications.
Features of Envoy Rate Limit Service:- Provide centralized and distributed rate limiting for Envoy-based applications.
- Enforce configurable API request limits and quotas.
- Use Redis for storing and managing distributed rate limit counters.
- Support scalable microservices and cloud-native application architectures.
- Help protect backend services from excessive API traffic.
- Integrate with Envoy Proxy through a gRPC-based rate limit service.
- Support configurable rate limit policies and request descriptors.
Envoy Rate Limit Service Usage:
$ sudo su $ apt update $ cd /opt/ratelimit $ Verify the installed version: $ git describe --tags --exact-match $ Verify the Rate Limit Service: $ systemctl status ratelimit --no-pager $ Check Redis: $ systemctl status redis-server --no-pager $ redis-cli ping $ Check the Rate Limit Service process: $ pgrep -a ratelimit $ Check Redis connection: $ ss -lntp | grep ':6379'