I have exposed a service on an external port on all nodes in a kubernetes cluster from:
kubectl create -f nginx-service.yaml
You have exposed your service on an external port on all nodes in your cluster. If you want to expose this service to the external internet, you may need to set up firewall rules for the service port(s) (tcp:30002) to serve traffic.
See http://releases.k8s.io/release-1.2/docs/user-guide/services-firewalls.md for more details. service "nginx-service" created.`
Is there anyway to get the external ports of the kubernetes cluster?