kubernetes

Find the external IP address of a node

If you are not able to find the external IP address of a node, you can run the following commands to get it:

$ kubectl get nodes -o yaml

Check nodes IP address

If you are using Minikube, you can alternatively use the command below:

$ minikube ip
Last modification February 19, 2025