Which is external port?
In image, which is external port?
Which port should I use to access to this pod from outside?

3 Replies
the IP:PORT on the left is the external port, the number on the right is the internal port your process should bind and listen to within the container
@kaj
Oh, so, I have to use 17687 to get from other pc?
Other pc send data via 17687 => runpod will get data from 17687 => send data to docker 8091.
right?
Correct :) We route the real port
17687 to port 8091 inside your container.