✸ ✸ ✸
grafana+promethues部署k8s集群监控
git:https://github.com/coreos/kube-prometheus/tree/release-0.4
sed -i "" 's/quay\.azk8s\.cn/quay\.io/g' ./manifests/*
kubectl create -f manifests/setup
until kubectl get servicemonitors --all-namespaces ; do date; sleep 1; echo ""; done
kubectl create -f manifests/
监控效果:

✸ ✸ ✸
📜 版权声明
本文作者:王梓 | 原文链接:https://www.bthlt.com/note/354-Teggrafana+promethues部署k8s集群监控
出处:葫芦的运维日志 | 转载请注明出处并保留原文链接


📜 留言板
留言提交后需管理员审核通过才会显示