Prometheus套装部署到K8S+Dashboard部署详解

1、添加helm源并更新

bash 复制代码
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo update

2、创建namespace

bash 复制代码
kubectl create namespace monitoring

3、安装Prometheus监控套装

bash 复制代码
helm install  prometheus prometheus-community/prometheus --namespace=monitoring

4、添加Prometheus-server的Ingresses并将地址接入granfana数据源。

5、导入Dashboard。

地址如下:StarsL.cn Dashboards | Grafana Labs

模版ID:13105

导入对应的模版选择添加的数据源即可

FAQ:

相关推荐
思扬09281 小时前
Docker多阶段构建深度优化指南:从GB到MB的镜像瘦身革命
运维·docker·容器
云川之下3 小时前
【k8s】Taint污点)、Toleration(容忍)
kubernetes·污点·容忍
xixingzhe23 小时前
docker转移镜像
运维·docker·容器
你那是什么调调5 小时前
Docker 中运行 JAR 文件
docker·容器·jar
掘金-我是哪吒5 小时前
分布式微服务系统架构第118集:Future池管理容器-CompletableFuture
分布式·微服务·云原生·架构·系统架构
爱的叹息7 小时前
本地(NAS/服务器)与云端(Docker/Kubernetes)部署详解与对比
服务器·docker·kubernetes
itachi-uchiha8 小时前
Docker配置带证书的远程访问监听
docker·容器·tls
lizhou8288 小时前
IDEA中Quarkus框架(3.13版本)容器编排、压测与调优、注意事项等
docker·云原生·intellij-idea·quarkus
云闲不收9 小时前
CAP原理,zookeeper是强一致性么?为什么zookeeper不满足线性一致性依然可以实现分布式锁?
分布式·zookeeper·云原生
bst@微胖子10 小时前
K8S探针的应用
云原生·容器·kubernetes