监控 Kubernetes 集群的 CPU
使用率并设置告警是确保集群健康和性能的关键。以下是几种常见的方案,每种方案的具体步骤都进行了详细说明。
方案 1: 使用 Prometheus 和 Grafana
1. 安装 Prometheus 和 Grafana
1.1 使用 Helm 安装 Prometheus
-
添加 Helm 仓库:
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo update
-
安装 Prometheus:
helm