Skip to content

Why does Connaisseur run a python process at port 5000 at node level? #1441

Answered by phbelitz
inboxamitraj asked this question in Q&A
Discussion options

You must be logged in to vote

hoy @inboxamitraj! this is in no way intentionally designed this way and also I'm curious how you ran into this problem.

in the default setup, Connaisseur runs with 3 pods, each of them with port 5000 (this is the default port for flask applications) inside their own container. the container runtime should be responsible for doing some kind of mapping between ports inside the container and outside of the container (so the host machine). so running multiple Connaiseur pods on the same node should be no problem.

I'm also unable to replicate this behavior in my minikube setup (which uses a single node):

docker@minikube:~$ netstat -plnt
(No info could be read for "-p": geteuid()=1000 but you …

Replies: 1 comment 1 reply

Comment options

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

Answer selected by inboxamitraj
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