Notification Manager 是对 Alertmanager 通知能力的一个很好的扩展和补充,用于管理 Alertmanager 发送过来的告警消息,可用 CRD 的形式定义通知渠道, 并可和 KubeSphere 多租户体系进行集成。
    目前支持用 CRD 的形式定义邮件、Slack、企业微信等
    https://github.com/kubesphere/notification-manager

    1. [root@UR-20210425NAMA ~]# kubectl -n kubesphere-monitoring-system get deployments.apps |grep notification*
    2. notification-manager-deployment 2/2 2 2 99d
    3. notification-manager-operator 1/1 1 1 99d
    4. [root@UR-20210425NAMA ~]#
    1. [root@UR-20210425NAMA ~]# kubectl -n kubesphere-monitoring-system get po,deploy,svc|grep notification*
    2. pod/notification-manager-deployment-674dddcbd9-cwwx6 1/1 Running 1 18d
    3. pod/notification-manager-deployment-674dddcbd9-z8f2j 1/1 Running 0 7d9h
    4. pod/notification-manager-operator-7877c6574f-ns68t 2/2 Running 4 7d9h
    5. deployment.apps/notification-manager-deployment 2/2 2 2 99d
    6. deployment.apps/notification-manager-operator 1/1 1 1 99d
    7. service/notification-manager-controller-metrics ClusterIP 172.26.201.224 <none> 8443/TCP 99d
    8. service/notification-manager-svc ClusterIP 172.26.224.139 <none> 19093/TCP 99d
    9. [root@UR-20210425NAMA ~]#

    image.png