获取 pod hostIP

    1. kubectl get pods <pods-name> --no-headers=true -o custom-columns=:status.hostIP

    根据 hostIP 获取 pod name

    1. kubectl get pods -o custom-columns=:metadata.name --no-headers=true --field-selector status.podIP=<pod-ip-address-goes-here>