镜像概览
- 完整引用
docker.io/bitnamilegacy/envoy-ratelimit- Registry
- docker.io
- 命名空间
- bitnamilegacy
- 仓库
- envoy-ratelimit
- 已缓存 Tag 数
- 25
- 最近同步
- 07/05/2026, 12:48 AM
- 相关主题
简介
Bitnami Legacy Envoy Rate Limit 服务镜像,gRPC 限流决策后端,Envoy 网关全局/局部 QPS 与并发控制。
详细介绍
bitnamilegacy/envoy-ratelimit 运行 Envoy Rate Limit Service (RLS),接收 Envoy 代理 gRPC 请求并返回限流决策。定位为限流决策 gRPC 服务,需 Redis 后端存储计数;K8s Deployment 与 Envoy Gateway 配合全局限流。
快速启动
docker run -d --name ratelimit \
-p 8081:8081 \
-e REDIS_SOCKET_TYPE=tcp -e REDIS_URL=redis:6379 \
docker.io/bitnamilegacy/envoy-ratelimit:latest
推荐实践
docker run -d --name ratelimit \
--restart unless-stopped \
-p 8081:8081 \
-v /etc/ratelimit/config.yaml:/data/config/config.yaml \
-e REDIS_URL=redis.internal:6379 \
docker.io/bitnamilegacy/envoy-ratelimit:1.4.0
核心参数说明
-p 8081:8081— RLS gRPC/HTTP 端口-e REDIS_URL— 限流计数 Redis 后端-v .../config.yaml:...— 限流规则配置- 搭配 — Envoy Gateway/Proxy
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: envoy-ratelimit
spec:
replicas: 2
selector:
matchLabels:
app: ratelimit
template:
metadata:
labels:
app: ratelimit
spec:
containers:
- name: ratelimit
image: docker.io/bitnamilegacy/envoy-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: envoy-ratelimit
spec:
selector:
app: ratelimit
ports:
- port: 8081
targetPort: 8081
Redis Deployment 同 namespace;Envoy Gateway 配置 RLS 地址。
最新 Tag(20 条)
查看全部 25 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/bitnamilegacy/envoy-ratelimit :2025.8.15-debian-12-r0 | linux/amd64linux/arm64 | 2025/08/20 01:36 | 51.2 MB | sha256:c22521960213… | |||
docker.io/bitnamilegacy/envoy-ratelimit :2025.8.15 | linux/amd64linux/arm64 | 2025/08/20 01:36 | 51.2 MB | sha256:c22521960213… | |||
docker.io/bitnamilegacy/envoy-ratelimit :2025.8.14-debian-12-r1 | linux/amd64linux/arm64 | 2025/08/20 01:36 | 51.2 MB | sha256:cb65efe6da80… | |||
docker.io/bitnamilegacy/envoy-ratelimit :2025.8.14 | linux/amd64linux/arm64 | 2025/08/20 01:36 | 51.2 MB | sha256:cb65efe6da80… | |||
docker.io/bitnamilegacy/envoy-ratelimit :2025.8.14-debian-12-r0 | linux/amd64linux/arm64 | 2025/08/20 01:36 | 51.0 MB | sha256:302b90753124… | |||
docker.io/bitnamilegacy/envoy-ratelimit :2025.7.17-debian-12-r1 | linux/amd64linux/arm64 | 2025/08/08 18:36 | 50.7 MB | sha256:26f74a7828da… | |||
docker.io/bitnamilegacy/envoy-ratelimit :2025.7.17-debian-12-r0 | linux/amd64linux/arm64 | 2025/07/19 16:29 | 50.7 MB | sha256:609801d36952… | |||
docker.io/bitnamilegacy/envoy-ratelimit :2025.7.17 | linux/amd64linux/arm64 | 2025/07/19 16:28 | 50.7 MB | sha256:609801d36952… | |||
docker.io/bitnamilegacy/envoy-ratelimit :2025.7.15-debian-12-r1 | linux/amd64linux/arm64 | 2025/07/17 15:15 | 50.7 MB | sha256:451f0648fa6e… | |||
docker.io/bitnamilegacy/envoy-ratelimit :2025.7.15-debian-12-r0 | linux/amd64linux/arm64 | 2025/07/16 20:17 | 50.7 MB | sha256:5da81257a48d… | |||
docker.io/bitnamilegacy/envoy-ratelimit :2025.7.15 | linux/amd64linux/arm64 | 2025/07/16 20:17 | 50.7 MB | sha256:5da81257a48d… | |||
docker.io/bitnamilegacy/envoy-ratelimit :2025.5.29-debian-12-r4 | linux/amd64linux/arm64 | 2025/07/09 16:48 | 50.7 MB | sha256:1d7686349beb… | |||
docker.io/bitnamilegacy/envoy-ratelimit :latest | linux/amd64linux/arm64 | 2025/07/02 13:47 | 50.7 MB | sha256:a2440c4653b5… | |||
docker.io/bitnamilegacy/envoy-ratelimit :2025.5.29-debian-12-r3 | linux/amd64linux/arm64 | 2025/07/02 13:47 | 50.7 MB | sha256:a2440c4653b5… | |||
docker.io/bitnamilegacy/envoy-ratelimit :2025.5.29-debian-12-r2 | linux/amd64linux/arm64 | 2025/07/02 13:47 | 50.7 MB | sha256:e4393fe2b800… | |||
docker.io/bitnamilegacy/envoy-ratelimit :2025.5.29-debian-12-r1 | linux/amd64linux/arm64 | 2025/07/02 13:47 | 53.3 MB | sha256:edf98b7369b6… | |||
docker.io/bitnamilegacy/envoy-ratelimit :2025.5.29-debian-12-r0 | linux/arm64linux/amd64 | 2025/07/02 13:47 | 52.4 MB | sha256:523acfc4c839… | |||
docker.io/bitnamilegacy/envoy-ratelimit :2025.5.29 | linux/amd64linux/arm64 | 2025/07/02 13:47 | 50.7 MB | sha256:a2440c4653b5… | |||
docker.io/bitnamilegacy/envoy-ratelimit :2025.4.9-debian-12-r3 | linux/amd64linux/arm64 | 2025/07/02 13:47 | 56.8 MB | sha256:b7460e29b84a… | |||
docker.io/bitnamilegacy/envoy-ratelimit :2025.4.9-debian-12-r2 | linux/amd64linux/arm64 | 2025/07/02 13:47 | 50.7 MB | sha256:bed049701b0b… |