kube-prometheus部署
Posted jayce9102
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了kube-prometheus部署相关的知识,希望对你有一定的参考价值。
一、从git拉取相应yaml文件
git clone https://github.com/coreos/kube-prometheus.git
二、修改grafana及prometheus的service(nodeport模式)
grafana-service.yaml和prometheus-service.yaml
type: NodePort
三、启动服务
kubectl apply -f setup/
kubectl apply -f .
四、查看port暴露的外部端口
kubectl get svc -n monitoring
登录任意node节点可使用对应端口可查看相关监控信息
以上是关于kube-prometheus部署的主要内容,如果未能解决你的问题,请参考以下文章
kubernetes集群全栈监控报警方案kube-prometheus
kube-prometheus中grafana在k8s环境下持久化