Skip to content

Commit b246e5e

Browse files
authored
Merge pull request #2968 from replicatedhq/118654
Update port requirements for EC
2 parents 9177e0e + fc7dcd2 commit b246e5e

File tree

1 file changed

+30
-11
lines changed

1 file changed

+30
-11
lines changed
Lines changed: 30 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,43 @@
1-
Embedded Cluster requires that the following ports are open and available:
1+
This section lists the ports used by Embedded Cluster. These ports must be open and available for both single- and multi-node installations.
2+
3+
#### Ports Used by Local Processes
4+
5+
The following ports must be open and available for use by local processes running on the same node. It is not necessary to create firewall openings for these ports.
6+
7+
* 2379/TCP
8+
* 9099/TCP
9+
* 10248/TCP
10+
* 10257/TCP
11+
* 10259/TCP
12+
13+
#### Ports Required for Bidirectional Communication Between Nodes
14+
15+
The following ports are used for bidirectional communication between nodes.
16+
17+
For multi-node installations, create firewall openings between nodes for these ports.
18+
19+
For single-node installations, ensure that there are no other processes using these ports. Although there is no communication between nodes in single-node installations, these ports are still required.
220

3-
* 2379/TCP *
421
* 2380/TCP
522
* 4789/UDP
623
* 6443/TCP
724
* 7443/TCP
825
* 9091/TCP
9-
* 9099/TCP *
1026
* 9443/TCP
11-
* 10248/TCP *
1227
* 10249/TCP
1328
* 10250/TCP
1429
* 10256/TCP
15-
* 10257/TCP *
16-
* 10259/TCP *
17-
* 30000/TCP ***
18-
* 50000/TCP * ** ***
1930

20-
* These ports are used only by processes running on the same node. Ensure that there are no other processes using them. It is not necessary to create firewall openings for these ports.
31+
#### Admin Console Port
32+
33+
The KOTS Admin Console requires that port 30000/TCP is open and available. Create a firewall opening for port 30000/TCP so that the Admin Console can be accessed by the end user.
34+
35+
Additionally, port 30000 must be accessible by nodes joining the cluster.
36+
37+
If port 30000 is occupied, you can select a different port for the Admin Console during installation. For more information, see [Embedded Cluster Install Command Options](/reference/embedded-cluster-install).
38+
39+
#### LAM Port (Air Gap Only)
2140

22-
** Required for air gap installations only.
41+
In addition to the ports above, air gap installations also require that port 50000/TCP is open and available for the Local Artifact Mirror (LAM).
2342

24-
*** By default, the Admin Console and Local Artifact Mirror (LAM) run on ports 30000 and 50000, respectively. If these ports are occupied, you can select different ports during installation. For more information, see [Embedded Cluster Install Command Options](/reference/embedded-cluster-install).
43+
If port 50000 is occupied, you can select a different port for the LAM during installation. For more information, see [Embedded Cluster Install Command Options](/reference/embedded-cluster-install).

0 commit comments

Comments
 (0)