网站建设要求北京哪家网站建设公司好
-  
查看某个节点的磁盘使用率:
kubectl exec -it pod名称 -n 命名空间 – df -h -  
查询所有节点的已使用内存:
kubectl top pods --all-namespaces | grep itsm -  
查询某个节点的总内存,
kubectl describe pod itsr-domain-59f4ff5854-hzb68 --namespace=itsm 
查看某个节点的磁盘使用率:
 kubectl exec -it pod名称 -n 命名空间 – df -h
查询所有节点的已使用内存:
 kubectl top pods --all-namespaces | grep itsm
查询某个节点的总内存,
 kubectl describe pod itsr-domain-59f4ff5854-hzb68 --namespace=itsm