我在azure中运行k8s 1.15,并基于该指南:
https://www.datadoghq.com/blog/how-to-collect-and-graph-kubernetes-metrics/
我已经启动了在本地主机上运行的kubernetes仪表板(mcr.microsoft.com/oss/kubernetes/kubernetes-dashboard:v1.10.1)。但我没有看到内存和CPU使用率的(有限的)时间序列,如以下所示:
https://www.datadoghq.com/blog/how-to-collect-and-graph-kubernetes-metrics/
当我点击一个特定的pod时,我只看到:

内存和CPU使用率图表在哪里?
发布于 2020-09-21 02:24:43
运行下面的命令来启用必要的权限。
kubectl create clusterrolebinding kubernetes-dashboard --clusterrole=cluster-admin --serviceaccount=kube-system:kubernetes-dashboardhttps://stackoverflow.com/questions/63961847
复制相似问题