要查看Kubernetes中Pod的資源使用情況,可以使用以下幾種方法:
kubectl top pod --namespace=<Namespace>
kubectl describe pod <Pod名稱>
Kubernetes Dashboard: 可以使用Kubernetes Dashboard來可視化查看Pod的資源使用情況。通過Dashboard可以查看Pod的CPU和內存使用情況以及其他一些詳細信息。
Prometheus和Grafana: 如果集群中已經部署了Prometheus和Grafana,可以使用它們來監控和查看Pod的資源使用情況。通過Prometheus可以收集指標數據,然后使用Grafana來可視化這些數據。
這些方法可以幫助您查看Kubernetes中Pod的資源使用情況,從而更好地監控和管理集群中的資源。