Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
starsliao committed Oct 4, 2020
1 parent 755c35f commit e307172
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion kubernetes/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
#### 【中文版本】2020.10.03更新,kubernetes资源全面展示!包含K8S整体资源总览、微服务资源明细、Pod资源明细及K8S网络带宽,优化重要指标展示。https://github.com/starsliao/Prometheus
#### 【中文版本】2020.10.03更新,kubernetes资源全面展示!包含K8S整体资源总览、微服务资源明细、Pod资源明细及K8S网络带宽,优化重要指标展示。

#### kube-state-metrics部署:
```
#kube-state-metrics部署在ops-monit命名空间
kubectl create namespace ops-monit
cd kube-state-metrics
kubectl apply -f .
```

#### Kubernetes for Prometheus Dashboard 使用
https://grafana.com/grafana/dashboards/13105

0 comments on commit e307172

Please sign in to comment.