In multi-node installations, the following ports allow traffic to internal services, such as:
- Monitoring node status
- Synchronizing data between nodes
You don't need to manually open these ports in the firewall of the host machines, as running the following commands will automatically opens them:
- The clusterctl install command executed when Running clusterctl install.
- the clusterctl backup restore and clusterctl node add commands executed when Administrating
However, ensure no network restriction blocks access to these ports.
Port | Protocol | Source | Destination |
---|---|---|---|
179 | TCP | All nodes | All nodes |
2379 | TCP | All nodes | All nodes |
2380 | TCP | All nodes | All nodes |
2381 | TCP | All nodes | All nodes |
4789 | UDP | All nodes | All nodes |
5473 | TCP | All nodes | All nodes |
6443 | TCP | All nodes | All nodes |
8000 | TCP | All nodes | All nodes |
9100 | TCP | All nodes | All nodes |
10250 | TCP | localhost | localhost |
15014 | TCP | All nodes | All nodes |
15021 | TCP | All nodes | All nodes |
30000 | TCP | localhost | localhost |
51820 | UDP | All nodes | All nodes |