Prometheus监控学习笔记之Kubernetes集群--AlertManager监控语句汇总

0x00 概述

随着对容器监控精细化的要求越来越高,对容器的监控已不再满足于Grafana看板这类的视觉图表;

需要从pod, container,服务部署的颗粒度进行监控,并建立起对应的告警规则;

pod的不停crash,无限重启,被驱逐Evicted,状态非running;

服务的Deployment部署不完全,desired和current的数量不一致;

0x01 Awesome-prometheus-alerts for kubernetes

该网站内的众多AlertManger监控语句可以直接套用,监控指标与Prometheus采集的监控指标一致;

Awesome-prometheus-alerts for kubernetes

笔记留用

原文地址:https://www.cnblogs.com/JetpropelledSnake/p/13937944.html