diff --git a/snippets/control-plane-network-port-table-k8s.md b/snippets/control-plane-network-port-table-k8s.md index b9fb0f33..c75cf136 100644 --- a/snippets/control-plane-network-port-table-k8s.md +++ b/snippets/control-plane-network-port-table-k8s.md @@ -1,8 +1,10 @@ -| Service | Direction | Source / Target Network | Port | Protocol(s) | -|-----------------------------|-----------|-------------------------|-----------|-------------| -| ICMP | ingress | control | - | ICMP | -| Cluster API | ingress | storage, control, admin | 80 | TCP | -| FoundationDB | ingress | storage, control | 4500 | TCP | | | | -| Cluster Control | egress | storage, control | 8080-8890 | TCP | -| spdk-http-proxy | egress | storage, control | 5000 | TCP | -| spdk-firewall-proxy | egress | storage, control | 5001 | TCP | +| Service | Direction | Source / Target Network | Port | Protocol(s) | +|--------------------------------|-----------|-------------------------|---------------|-------------| +| ICMP | ingress | control | - | ICMP | +| Cluster API | ingress | storage, control, admin | 80 | TCP | +| FoundationDB | ingress | storage, control | 4500 | TCP | +| Cluster Control | egress | storage, control | 8080-8890 | TCP | +| spdk-http-proxy | egress | storage, control | 5000, 5001 | TCP | +| spdk-firewall-proxy1 | egress | storage, control | 50001,50002 | TCP | + +1 deprecated in 26.2.3