0
点赞
收藏
分享

微信扫一扫

【K8S系列】如何监控集群CPU使用率并设置告警的分析与详细解决方案

在这里插入图片描述

方案 1: 使用 Prometheus 和 Grafana

1. 安装 Prometheus 和 Grafana

1.1 使用 Helm 安装 Prometheus
  1. 添加 Helm 仓库:

    helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
    helm repo update
    
  2. 安装 Prometheus:

    helm 
举报

相关推荐

0 条评论