Overview
- Full name
docker.io/envoyproxy/ratelimit- Registry
- docker.io
- Namespace
- envoyproxy
- Repository
- ratelimit
- Cached tags
- 238
- Last synced
- 07/06/2026, 01:00 AM
Introduction
Envoy Rate Limit Service 镜像,gRPC 限流决策后端,与 Envoy 代理配合实现分布式 API 限流。
Details
envoyproxy/ratelimit 运行 Envoy Rate Limit Service(RLS),接收 Envoy 代理 gRPC 请求并按配置规则返回限流决策。定位为 API 网关限流后端,需 Redis 存储计数与 ratelimit config 文件;K8s Deployment 与 Envoy/Istio 配合分布式限流。
快速启动
docker run -d --name ratelimit \
-p 8081:8081 \
-e REDIS_SOCKET_TYPE=tcp \
-e REDIS_URL=redis:6379 \
docker.io/envoyproxy/ratelimit:latest
推荐实践
docker run -d --name ratelimit \
--restart unless-stopped \
-p 8081:8081 -p 8080:8080 \
-e REDIS_URL=redis.internal:6379 \
-v /data/ratelimit:/data/config \
docker.io/envoyproxy/ratelimit:1.4.0
核心参数说明
-p 8081:8081— gRPC 限流服务-e REDIS_URL— 计数存储 Redis-v .../ratelimit:...— 限流规则 config- 集成 — Envoy rate_limit filter
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: ratelimit
spec:
replicas: 2
selector:
matchLabels:
app: ratelimit
template:
metadata:
labels:
app: ratelimit
spec:
containers:
- name: rls
image: docker.io/envoyproxy/ratelimit:1.4.0
ports:
- containerPort: 8081
env:
- name: REDIS_URL
value: redis:6379
volumeMounts:
- name: config
mountPath: /data/config
volumes:
- name: config
configMap:
name: ratelimit-config
---
apiVersion: v1
kind: Service
metadata:
name: ratelimit
spec:
selector:
app: ratelimit
ports:
- port: 8081
targetPort: 8081
Envoy/Istio 配置 rate_limit 指向该 Service;Redis 独立 Deployment。
Latest tags (20)
View all 238 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/envoyproxy/ratelimit :1e50889b | linux/amd64linux/arm64 | 2026/06/06 02:03 | 8.8 MB | sha256:1a98dadfce8d… | |||
docker.io/envoyproxy/ratelimit :master | linux/amd64linux/arm64 | 2026/06/06 01:59 | 8.8 MB | sha256:1a98dadfce8d… | |||
docker.io/envoyproxy/ratelimit :f3ff9819 | linux/amd64linux/arm64 | 2026/06/05 13:21 | 8.8 MB | sha256:b8890ab2ee62… | |||
docker.io/envoyproxy/ratelimit :1e745fc8 | linux/amd64linux/arm64 | 2026/06/02 15:17 | 8.8 MB | sha256:3280dcc880c3… | |||
docker.io/envoyproxy/ratelimit :1631871c | linux/amd64linux/arm64 | 2026/06/01 01:28 | 8.8 MB | sha256:2c287751ca53… | |||
docker.io/envoyproxy/ratelimit :b8d893f3 | linux/amd64linux/arm64 | 2026/05/28 01:47 | 8.8 MB | sha256:fb48fbe3f866… | |||
docker.io/envoyproxy/ratelimit :58496ffc | linux/amd64linux/arm64 | 2026/05/16 05:04 | 8.8 MB | sha256:15f49c24f1f6… | |||
docker.io/envoyproxy/ratelimit :ff287602 | linux/amd64linux/arm64 | 2026/05/08 07:36 | 8.8 MB | sha256:266d0ab0e829… | |||
docker.io/envoyproxy/ratelimit :fe26676d | linux/amd64linux/arm64 | 2026/05/01 01:36 | 8.8 MB | sha256:21120ecc9dc8… | |||
docker.io/envoyproxy/ratelimit :4ffd8a2d | linux/amd64linux/arm64 | 2026/04/20 03:37 | 8.7 MB | sha256:064d9e56f7bf… | |||
docker.io/envoyproxy/ratelimit :6b266b01 | linux/amd64linux/arm64 | 2026/04/20 03:34 | 8.7 MB | sha256:cd7777a6168e… | |||
docker.io/envoyproxy/ratelimit :3728d998 | linux/amd64linux/arm64 | 2026/04/20 02:32 | 8.7 MB | sha256:352e4fe42fa5… | |||
docker.io/envoyproxy/ratelimit :837de552 | linux/amd64linux/arm64 | 2026/04/18 03:18 | 8.7 MB | sha256:a8661ef320aa… | |||
docker.io/envoyproxy/ratelimit :05c08d03 | linux/amd64linux/arm64 | 2026/03/18 09:56 | 8.7 MB | sha256:bf9447467c65… | |||
docker.io/envoyproxy/ratelimit :4fe3db46 | linux/amd64linux/arm64 | 2026/03/17 08:24 | 8.7 MB | sha256:06c93ea41176… | |||
docker.io/envoyproxy/ratelimit :337dc9b1 | linux/amd64linux/arm64 | 2026/03/17 04:55 | 8.7 MB | sha256:07bba7c583aa… | |||
docker.io/envoyproxy/ratelimit :b1603d11 | linux/amd64linux/arm64 | 2026/03/17 03:59 | 8.7 MB | sha256:75d538fa8077… | |||
docker.io/envoyproxy/ratelimit :ae44ab65 | linux/arm64linux/amd64 | 2026/03/16 23:50 | 7.9 MB | sha256:94e149b7a92f… | |||
docker.io/envoyproxy/ratelimit :37bbc6b0 | linux/amd64linux/arm64 | 2026/03/16 23:49 | 8.7 MB | sha256:d275bffd0fbb… | |||
docker.io/envoyproxy/ratelimit :c8765e89 | linux/amd64linux/arm64 | 2026/03/12 14:50 | 8.7 MB | sha256:fc7d0030fbfd… |