mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
small fixes
This commit is contained in:
@@ -57,15 +57,15 @@ of having a single "global" region and many datacenter.
|
||||
|
||||
## Ports Used
|
||||
|
||||
Nomad requires up to 3 different ports to work properly, some on
|
||||
TCP, UDP, or both protocols. Below we document the requirements for each
|
||||
Nomad requires 3 different ports to work properly on servers and 2 on clients,
|
||||
some on TCP, UDP, or both protocols. Below we document the requirements for each
|
||||
port.
|
||||
|
||||
* HTTP API (Default 4646). This is used by clients to talk to the HTTP
|
||||
* HTTP API (Default 4646). This is used by clients and servers to serve the HTTP
|
||||
API. TCP only.
|
||||
|
||||
* Server RPC (Default 4647). This is used by servers to handle incoming
|
||||
requests from other agents. TCP only.
|
||||
* RPC (Default 4647). This is used by servers and clients to communicate amongst
|
||||
each other. TCP only.
|
||||
|
||||
* Serf WAN (Default 4648). This is used by servers to gossip over the
|
||||
WAN to other servers. TCP and UDP.
|
||||
* Serf WAN (Default 4648). This is used by servers to gossip over the WAN to
|
||||
other servers. TCP and UDP.
|
||||
|
||||
Reference in New Issue
Block a user