kube_pod_labels
does populates pod_label_node_name
and pod_label_host_ip
for the given pod however the values don't correspond to the actual node name and ip of the pod.
Instead it represents the node name and ip for kube-state-metrics/node-exporter node.
As a result these values are to be same for all the pods.
What is the right way to get the actual node name and ip of the Pod in Prometheus?