参考文章:https://blog.csdn.net/yangchao1125/article/details/113243688
可通过该命令查看 Pod 在节点上的资源分配情况(Request、Limits),如下:
kubectl describe node
可通过该命令查看节点的资源使用情况,如下:
kubectl top node
可通过该命令查看 Pod 资源使用情况,如下:
kubectl top pod
参考文章:https://blog.csdn.net/yangchao1125/article/details/113243688
kubectl describe node
kubectl top node
kubectl top pod