Custom Search

Saturday, December 7, 2019

How to find Kubernetes Pods Host IP or Node IP address

kubectl get pod --output=wide

kubectl get pod --output=json | grep hostIP

kubectl get pod --output=json | grep podIP

No comments:

Post a Comment