Issue to get LB working - doc for Kubernetes deployment examples/staging/selenium/
jscoys opened this issue · 1 comments
jscoys commented
Hi,
Trying to follow the Kubernetes tutorial at https://github.com/kubernetes/examples/tree/master/staging/selenium#kubernetes-nodes-reachable.
Everything is working not so bad excepting the part on the LB and GKE. When I run the command it creates the LB but impossible to reach it through the IP:port mentioned by it.
The only solution I found is to create an Ingress on top of the Node Port "selenium-hub" but it forces me to use the 80 port (or 443).
Can you help me on this? Overall is there a way to open a port directly to a pod and reach it from outside? Without LB for instance? Thx
jscoys commented
Nvm it was a network issue on my side...