I am using this query to calculate memory utilization of a node
(1 - node_memory_MemAvailable_bytes{cluster="$cluster"}/node_memory_MemTotal_bytes{cluster="$cluster"}) * 100
I see values around 25%
but when I run kubectl top node for the same node I see a value around 16%