List the public IPs of nodes in your Kubernetes cluster
~ $
kubectl get nodes -o wide | sed '1d' | awk '{print $7;}'
kubectl get nodes -o wide | sed '1d' | awk '{print $7;}'