Skip to content
Discussion options

You must be logged in to vote

That is how a pod works, you share one network namesapce so there is only one way to forward ports into it. Any container process can use the ports but only once, so if nginx already bound to 80 then postgres would not able to bind 80 as it is in already in use.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@phandox
Comment options

Answer selected by phandox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants