镜像概览
- 完整引用
docker.io/rancher/pushprox-proxy- Registry
- docker.io
- 命名空间
- rancher
- 仓库
- pushprox-proxy
- 已缓存 Tag 数
- 16
- 最近同步
- 07/06/2026, 07:08 AM
- 相关主题
简介
Rancher PushProx 代理镜像,为防火墙后主机暴露 Prometheus metrics,适合无法被 scrape 的边缘节点监控。
详细介绍
rancher/pushprox-proxy 运行 PushProx proxy 端,接收 client 推送的 metrics 供 Prometheus pull。定位为 Prometheus exporter 代理无状态服务;K8s Deployment + ServiceMonitor 或 docker 与 pushprox-client 配对。
快速启动
docker run -d --name pushprox-proxy \
-p 8080:8080 \
docker.io/rancher/pushprox-proxy:latest
推荐实践
docker run -d --name pushprox-proxy \
--restart unless-stopped \
-p 8080:8080 \
docker.io/rancher/pushprox-proxy:v0.1.0
核心参数说明
-p 8080:8080— Proxy HTTP/metrics 端口--restart unless-stopped— 代理持续在线- 配对 — 边缘节点部署 pushprox-client
- 固定 tag — PushProx 版本 pin
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: pushprox-proxy
spec:
replicas: 2
selector:
matchLabels:
app: pushprox-proxy
template:
metadata:
labels:
app: pushprox-proxy
spec:
containers:
- name: proxy
image: docker.io/rancher/pushprox-proxy:v0.1.0
ports:
- containerPort: 8080
---
apiVersion: v1
kind: Service
metadata:
name: pushprox-proxy
spec:
selector:
app: pushprox-proxy
ports:
- port: 8080
targetPort: 8080
Prometheus 配置 proxy_url;client 部署在边缘。
最新 Tag(20 条)
查看全部 16 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/rancher/pushprox-proxy :v0.1.5-rancher2-proxy | linux/amd64linux/arm64 | 2025/04/01 04:49 | 7.5 MB | sha256:89bc75dd161d… | |||
docker.io/rancher/pushprox-proxy :v0.1.4-rancher2-proxy | linux/amd64linux/arm64 | 2024/12/13 02:50 | 7.4 MB | sha256:b34d95bb0d1f… | |||
docker.io/rancher/pushprox-proxy :v0.1.4-rc.4-rancher2-proxy | linux/amd64linux/arm64 | 2024/11/26 00:02 | 7.4 MB | sha256:57aa07d6ecad… | |||
docker.io/rancher/pushprox-proxy :v0.1.4-rc.3-rancher2-proxy | linux/amd64linux/arm64 | 2024/11/23 01:22 | 7.4 MB | sha256:c9f39f815c87… | |||
docker.io/rancher/pushprox-proxy :v0.1.4-rc.2-rancher2-proxy | linux/amd64linux/arm64 | 2024/11/13 01:51 | 7.3 MB | sha256:2e186aff1f32… | |||
docker.io/rancher/pushprox-proxy :v0.1.4-rc.1-rancher2-proxy | linux/amd64linux/arm64 | 2024/08/10 02:58 | 7.1 MB | sha256:d5472453053a… | |||
docker.io/rancher/pushprox-proxy :v0.1.3-rancher2-proxy | linux/amd64linux/arm64 | 2024/05/22 01:40 | 6.9 MB | sha256:0bf426f82725… | |||
docker.io/rancher/pushprox-proxy :v0.1.3-rc1-rancher2-proxy | linux/amd64linux/arm64 | 2024/05/06 22:29 | 6.9 MB | sha256:ba837bb911ed… | |||
docker.io/rancher/pushprox-proxy :v0.1.2-rancher2-proxy | linux/arm64linux/amd64 | 2024/04/29 23:51 | 0.0 MB | sha256:baee20749b0d… | |||
docker.io/rancher/pushprox-proxy :v0.1.2-rc2-rancher2-proxy | linux/amd64linux/arm64 | 2024/04/29 23:09 | 7.0 MB | sha256:5988fe80af71… | |||
docker.io/rancher/pushprox-proxy :v0.1.0-rancher2-proxy | linux/amd64linux/arm64 | 2021/06/03 09:08 | 5.8 MB | sha256:7216a8137295… | |||
docker.io/rancher/pushprox-proxy :v0.1.0-rancher2-proxy-amd64 | linux/amd64 | 2021/06/03 09:08 | 5.8 MB | sha256:7216a8137295… | |||
docker.io/rancher/pushprox-proxy :v0.1.0-rancher2-proxy-arm64 | linux/arm64 | 2021/06/03 08:31 | 5.4 MB | sha256:a6f124d03555… | |||
docker.io/rancher/pushprox-proxy :v0.1.0-rancher1-proxy | linux/amd64linux/arm64 | 2020/08/01 02:28 | 6.6 MB | sha256:002637f0a018… | |||
docker.io/rancher/pushprox-proxy :v0.1.0-rancher1-proxy-arm64 | linux/arm64 | 2020/08/01 02:28 | 6.2 MB | sha256:8476feaa1de8… | |||
docker.io/rancher/pushprox-proxy :v0.1.0-rancher1-proxy-amd64 | linux/amd64 | 2020/08/01 02:28 | 6.6 MB | sha256:002637f0a018… |