updated TCP+UDP ports in system requirements

This commit is contained in:
Nico 2016-05-15 16:11:13 -07:00 committed by Joao Fernandes
parent 8736df559d
commit 496d29b684
1 changed files with 15 additions and 15 deletions

View File

@ -39,21 +39,21 @@ When installing UCP on a host, make sure the following ports are open:
| Hosts | Direction | Port | Purpose |
|:-------------------|:---------:|:--------------------|:---------------------------------------------------------------------------|
| controllers | in | 443 (configurable) | Web app and CLI client access to UCP. |
| controller | out | 443 | Send anonymous usage reports to Docker. |
| controllers, nodes | in | 2375 | Heartbeat for nodes, to ensure they are running. |
| controllers | in | 2376 (configurable) | Swarm manager accepts requests from UCP controller. |
| controllers, nodes | in, out | 4789 | Overlay networking. |
| controllers, nodes | in, out | 7946 | Overlay networking. |
| controllers, nodes | in | 12376 | Proxy for TLS, provides access to UCP, Swarm, and Engine. |
| controller | in | 12379 | Internal node configuration, cluster configuration, and HA. |
| controller | in | 12380 | Internal node configuration, cluster configuration, and HA. |
| controller | in | 12381 | Proxy for TLS, provides access to UCP. |
| controller | in | 12382 | Manages TLS and requests from swarm manager. |
| controller | in | 12383 | Used by the authentication storage backend. |
| controller | in | 12384 | Used by authentication storage backend for replication across controllers. |
| controller | in | 12385 | The port where the authentication API is exposed. |
| controller | in | 12386 | Used by the authentication worker. |
| controllers | in | TCP 443 (configurable) | Web app and CLI client access to UCP. |
| controller | out | TCP 443 | Send anonymous usage reports to Docker. |
| controllers, nodes | in | TCP 2375 | Heartbeat for nodes, to ensure they are running. |
| controllers | in | TCP 2376 (configurable) | Swarm manager accepts requests from UCP controller. |
| controllers, nodes | in, out | UDP 4789 | Overlay networking. |
| controllers, nodes | in, out | TCP + UDP 7946 | Overlay networking. |
| controllers, nodes | in | TCP 12376 | Proxy for TLS, provides access to UCP, Swarm, and Engine. |
| controller | in | TCP 12379 | Internal node configuration, cluster configuration, and HA. |
| controller | in | TCP 12380 | Internal node configuration, cluster configuration, and HA. |
| controller | in | TCP 12381 | Proxy for TLS, provides access to UCP. |
| controller | in | TCP 12382 | Manages TLS and requests from swarm manager. |
| controller | in | TCP 12383 | Used by the authentication storage backend. |
| controller | in | TCP 12384 | Used by authentication storage backend for replication across controllers. |
| controller | in | TCP 12385 | The port where the authentication API is exposed. |
| controller | in | TCP 12386 | Used by the authentication worker. |
UCP collects anonymous usage metrics, to help us improve it. These metrics
are entirely anonymous, dont identify your company, users, applications,