Use Kubernetes Dashboards
Kubernetes has various versions of web dashboards to monitor the nodes.
For example, for Minikube, to collect Kubernetes metrics, enable the metrics-server plugin in the Kubernetes dashboard.
If it is not enabled already, run: minikube addons enable metrics-server
.
If you are using another Kubernetes distribution, please consult your Kubernetes documentation to enable the Kubernetes monitoring dashboards.
Figure 1. Kubernetes Dashboards
Figure 2. Kubernetes Dashboards Showing Pod Memory