镜像概览
- 完整引用
docker.io/rancher/mirrored-prometheus-alertmanager- Registry
- docker.io
- 命名空间
- rancher
- 仓库
- mirrored-prometheus-alertmanager
- 已缓存 Tag 数
- 35
- 最近同步
- 07/05/2026, 06:13 PM
- 相关主题
简介
Rancher 镜像站 Prometheus Alertmanager 镜像,告警分组、抑制与通知路由,监控栈告警收敛与多渠道通知分发组件。
详细介绍
rancher/mirrored-prometheus-alertmanager 运行 Prometheus Alertmanager,接收 Prometheus 告警并执行分组、去重、静默与路由至邮件/Slack/PagerDuty。定位为监控告警路由服务,需持久化静默状态;Rancher 集群监控栈、OnCall 告警收敛与多渠道通知编排。
快速启动
docker run -d --name alertmanager \
-p 9093:9093 \
-v /etc/alertmanager.yml:/etc/alertmanager/alertmanager.yml:ro \
docker.io/rancher/mirrored-prometheus-alertmanager:v0.27.0
推荐实践
docker run -d --name alertmanager \
--restart unless-stopped \
-p 9093:9093 \
-v /etc/alertmanager.yml:/etc/alertmanager/alertmanager.yml:ro \
-v /data/alertmanager:/alertmanager \
docker.io/rancher/mirrored-prometheus-alertmanager:v0.27.0
核心参数说明
-p 9093:9093— Alertmanager API/UIalertmanager.yml— 路由与接收器配置-v .../alertmanager:...— 静默状态持久化- 对接 — Prometheus
--alertmanager.url
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: alertmanager
spec:
replicas: 2
selector:
matchLabels:
app: alertmanager
template:
metadata:
labels:
app: alertmanager
spec:
containers:
- name: alertmanager
image: docker.io/rancher/mirrored-prometheus-alertmanager:v0.27.0
ports:
- containerPort: 9093
volumeMounts:
- name: config
mountPath: /etc/alertmanager/alertmanager.yml
subPath: alertmanager.yml
volumes:
- name: config
configMap:
name: alertmanager-config
---
apiVersion: v1
kind: Service
metadata:
name: alertmanager
spec:
selector:
app: alertmanager
ports:
- port: 9093
targetPort: 9093
ConfigMap 管理 receiver;高可用 2+ 副本。
最新 Tag(20 条)
查看全部 35 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/rancher/mirrored-prometheus-alertmanager :v0.28.1 | linux/amd64linux/arm64/v8linux/arm/v7linux/s390x | 2025/03/22 03:50 | 33.4 MB | sha256:220da6995a91… | |||
docker.io/rancher/mirrored-prometheus-alertmanager :v0.28.1-s390x | linux/s390x | 2025/03/22 03:50 | 33.4 MB | sha256:63b532b3008f… | |||
docker.io/rancher/mirrored-prometheus-alertmanager :v0.28.1-arm | linux/arm/v7 | 2025/03/22 03:50 | 31.1 MB | sha256:9ee7d327ae8f… | |||
docker.io/rancher/mirrored-prometheus-alertmanager :v0.28.1-arm64 | linux/arm64/v8 | 2025/03/22 03:50 | 31.5 MB | sha256:bcbcab31af98… | |||
docker.io/rancher/mirrored-prometheus-alertmanager :v0.28.1-amd64 | linux/amd64 | 2025/03/22 03:49 | 33.4 MB | sha256:220da6995a91… | |||
docker.io/rancher/mirrored-prometheus-alertmanager :v0.26.0-s390x | linux/s390x | 2025/01/14 19:19 | 30.3 MB | sha256:b4cb43010f62… | |||
docker.io/rancher/mirrored-prometheus-alertmanager :v0.27.0 | linux/arm64/v8linux/arm/v7linux/s390xlinux/amd64 | 2024/03/26 05:55 | 29.2 MB | sha256:2fbdd4c66d91… | |||
docker.io/rancher/mirrored-prometheus-alertmanager :v0.27.0-s390x | linux/s390x | 2024/03/26 05:55 | 31.0 MB | sha256:47798cc22448… | |||
docker.io/rancher/mirrored-prometheus-alertmanager :v0.27.0-arm | linux/arm/v7 | 2024/03/26 05:55 | 29.0 MB | sha256:9d44ebe5c3d2… | |||
docker.io/rancher/mirrored-prometheus-alertmanager :v0.27.0-arm64 | linux/arm64/v8 | 2024/03/26 05:55 | 29.2 MB | sha256:2fbdd4c66d91… | |||
docker.io/rancher/mirrored-prometheus-alertmanager :v0.27.0-amd64 | linux/amd64 | 2024/03/26 05:55 | 30.9 MB | sha256:45c3a586d433… | |||
docker.io/rancher/mirrored-prometheus-alertmanager :v0.26.0 | linux/amd64linux/arm64/v8linux/arm/v7linux/s390x | 2024/01/04 05:50 | 29.8 MB | sha256:b97390a5b2b5… | |||
docker.io/rancher/mirrored-prometheus-alertmanager :v0.26.0-arm | linux/arm/v7 | 2024/01/04 05:50 | 28.3 MB | sha256:38df1404b472… | |||
docker.io/rancher/mirrored-prometheus-alertmanager :v0.26.0-arm64 | linux/arm64/v8 | 2024/01/04 05:50 | 27.9 MB | sha256:ab268266bc18… | |||
docker.io/rancher/mirrored-prometheus-alertmanager :v0.26.0-amd64 | linux/amd64 | 2024/01/04 05:50 | 29.8 MB | sha256:b97390a5b2b5… | |||
docker.io/rancher/mirrored-prometheus-alertmanager :v0.25.0 | linux/arm64linux/armlinux/amd64linux/s390x | 2023/10/11 04:17 | 27.6 MB | sha256:98f703d1ef51… | |||
docker.io/rancher/mirrored-prometheus-alertmanager :v0.25.0-s390x | linux/s390x | 2023/10/11 04:17 | 30.0 MB | sha256:faa7f5451b05… | |||
docker.io/rancher/mirrored-prometheus-alertmanager :v0.25.0-arm | linux/arm | 2023/10/11 04:17 | 28.0 MB | sha256:98e3c4a9ee6f… | |||
docker.io/rancher/mirrored-prometheus-alertmanager :v0.25.0-arm64 | linux/arm64 | 2023/10/11 04:17 | 27.6 MB | sha256:98f703d1ef51… | |||
docker.io/rancher/mirrored-prometheus-alertmanager :v0.25.0-amd64 | linux/amd64 | 2023/10/11 04:17 | 29.4 MB | sha256:db8303fa0534… |