Custom Search

Saturday, December 7, 2019

How to find Kubernetes Pods IP address

kubectl get pod --output=wide

kubectl get pod --output=json | grep podIP

kubectl get pod --output=json | grep hostIP

No comments:

Post a Comment