What is difference between "InternalIP" and "managementIP"

kubectl get node xxxx -o yaml:
status:
addresses:
- address: x.x.x.x
type: InternalIP

kubectl get pod xxxx -o yaml:
managementIP: x.x.x.x

managementIP is not a field known to Kubernetes. I am not sure where you find that.

1 Like

My mistake, i noticed it’s a customized k8s verison