Monitor Number of Pods Running On a Node

Is there a way or a tool that is available to display the number of pods running on nodes in a cluster? Wanting to see how/if pods are being evenly distributed in the cluster. Any help or advice on this would be greatly appreciated.

Cluster information:

Kubernetes version:1.14.x
Cloud being used: AWS EKS

kuberenetes dashboard should show this. You could also look in to the prometheus exporter and use grafana. I am actually going to be embarking on this same task soon myself.