|
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. |
2 | 20 |
|
3 | | -* 2379/TCP * |
4 | 21 | * 2380/TCP |
5 | 22 | * 4789/UDP |
6 | 23 | * 6443/TCP |
7 | 24 | * 7443/TCP |
8 | 25 | * 9091/TCP |
9 | | -* 9099/TCP * |
10 | 26 | * 9443/TCP |
11 | | -* 10248/TCP * |
12 | 27 | * 10249/TCP |
13 | 28 | * 10250/TCP |
14 | 29 | * 10256/TCP |
15 | | -* 10257/TCP * |
16 | | -* 10259/TCP * |
17 | | -* 30000/TCP *** |
18 | | -* 50000/TCP * ** *** |
19 | 30 |
|
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) |
21 | 40 |
|
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). |
23 | 42 |
|
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