Play with kubernetes not exposing the node port to outside world

8/23/2018

While creating service with node port in Play with kubernetes its not exposing the url to access the service

I think its happening very frequently now, does any one facing this issue?

-- renuraj
docker
kubernetes

1 Answer

8/23/2018

NodePort never "exposes URL". NodePort is only creating a specific forwarding/nat rules to make sure trafic from port X on all nodes running kube-proxy is "redirected" to endpoints of service Y.

-- Radek 'Goblin' Pieczonka
Source: StackOverflow