codeabovelab / haven-platform

Haven is an open source Docker container management system. It integrates container, application, cluster, image, and registry management in one single place.
Apache License 2.0
281 stars 40 forks source link

Port exposed on client #73

Open Leen15 opened 6 years ago

Leen15 commented 6 years ago

Hi, I'm trying haven on a test environment, but I would like to know what is the scope of the port 8761 that should be exposed from the agent. If the agent connect to the server with port 2379, why the server must connected to a port on the agent? This is a really big limitation for all agents that stay behind a firewall, nat or a simple router. It there a way to make it works without exposing a port on the agent?

Thanks