nodeSelector kubernetes work for other pods with no nodeselector code example
Example: get pods on specific node
kubectl get pods -n $namespace -o wide --field-selector spec.nodeName=$node
kubectl get pods -n $namespace -o wide --field-selector spec.nodeName=$node