Hello, @Poojari, Vinaya (Cognizant) !
Why doesn't the memory usage shown for kubectl top nodes
match the memory usage shown for all of the pods in kubectl top pods
?
Executing kubectl top nodes
includes not only the memory used by the pods but also the memory used by the Kubernetes components and system processes running on the node while kubectl top pods
returns all the memory used by the pod.
Additional reading: