概要

フル名
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/UI
  • alertmanager.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アーキテクチャプッシュ日時サイズDigest同期期望操作
docker.io/rancher/mirrored-prometheus-alertmanager
:v0.28.1
linux/amd64linux/arm64/v8linux/arm/v7linux/s390x
2025/03/22 03:5033.4 MBsha256:220da6995a91
docker.io/rancher/mirrored-prometheus-alertmanager
:v0.28.1-s390x
linux/s390x
2025/03/22 03:5033.4 MBsha256:63b532b3008f
docker.io/rancher/mirrored-prometheus-alertmanager
:v0.28.1-arm
linux/arm/v7
2025/03/22 03:5031.1 MBsha256:9ee7d327ae8f
docker.io/rancher/mirrored-prometheus-alertmanager
:v0.28.1-arm64
linux/arm64/v8
2025/03/22 03:5031.5 MBsha256:bcbcab31af98
docker.io/rancher/mirrored-prometheus-alertmanager
:v0.28.1-amd64
linux/amd64
2025/03/22 03:4933.4 MBsha256:220da6995a91
docker.io/rancher/mirrored-prometheus-alertmanager
:v0.26.0-s390x
linux/s390x
2025/01/14 19:1930.3 MBsha256:b4cb43010f62
docker.io/rancher/mirrored-prometheus-alertmanager
:v0.27.0
linux/arm64/v8linux/arm/v7linux/s390xlinux/amd64
2024/03/26 05:5529.2 MBsha256:2fbdd4c66d91
docker.io/rancher/mirrored-prometheus-alertmanager
:v0.27.0-s390x
linux/s390x
2024/03/26 05:5531.0 MBsha256:47798cc22448
docker.io/rancher/mirrored-prometheus-alertmanager
:v0.27.0-arm
linux/arm/v7
2024/03/26 05:5529.0 MBsha256:9d44ebe5c3d2
docker.io/rancher/mirrored-prometheus-alertmanager
:v0.27.0-arm64
linux/arm64/v8
2024/03/26 05:5529.2 MBsha256:2fbdd4c66d91
docker.io/rancher/mirrored-prometheus-alertmanager
:v0.27.0-amd64
linux/amd64
2024/03/26 05:5530.9 MBsha256:45c3a586d433
docker.io/rancher/mirrored-prometheus-alertmanager
:v0.26.0
linux/amd64linux/arm64/v8linux/arm/v7linux/s390x
2024/01/04 05:5029.8 MBsha256:b97390a5b2b5
docker.io/rancher/mirrored-prometheus-alertmanager
:v0.26.0-arm
linux/arm/v7
2024/01/04 05:5028.3 MBsha256:38df1404b472
docker.io/rancher/mirrored-prometheus-alertmanager
:v0.26.0-arm64
linux/arm64/v8
2024/01/04 05:5027.9 MBsha256:ab268266bc18
docker.io/rancher/mirrored-prometheus-alertmanager
:v0.26.0-amd64
linux/amd64
2024/01/04 05:5029.8 MBsha256:b97390a5b2b5
docker.io/rancher/mirrored-prometheus-alertmanager
:v0.25.0
linux/arm64linux/armlinux/amd64linux/s390x
2023/10/11 04:1727.6 MBsha256:98f703d1ef51
docker.io/rancher/mirrored-prometheus-alertmanager
:v0.25.0-s390x
linux/s390x
2023/10/11 04:1730.0 MBsha256:faa7f5451b05
docker.io/rancher/mirrored-prometheus-alertmanager
:v0.25.0-arm
linux/arm
2023/10/11 04:1728.0 MBsha256:98e3c4a9ee6f
docker.io/rancher/mirrored-prometheus-alertmanager
:v0.25.0-arm64
linux/arm64
2023/10/11 04:1727.6 MBsha256:98f703d1ef51
docker.io/rancher/mirrored-prometheus-alertmanager
:v0.25.0-amd64
linux/amd64
2023/10/11 04:1729.4 MBsha256:db8303fa0534