prometheus-operator监控k8s资源
使用helm3安装prometheus-operator
部署后,prometheus不能正确监控etcd跟proxy,etcd需要配置成https-metrics并且需要将etcd的ca挂载进prometheus容器
参考:https://www.cnblogs.com/lvcisco/p/12575608.html
proxy部署默认监听127.0.0.1:10249,需要将监听地址变更为0.0.0.0:10249
参考:https://blog.csdn.net/weixin_42273631/article/details/107202638
新增自定义监控跟报警规则
参考:https://www.cnblogs.com/deny/p/13210045.html