Skip to content

Commit

Permalink
Added supported port for storage-node
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffrey1330 committed Sep 6, 2024
1 parent 14febde commit 7abb34e
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion docs/support-ports.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Supported Port for eks or ks3
# Supported Port for eks or ks3 for caching-node

| Port | Protocol | Description
| -------------- | ------------- | -------------
Expand All @@ -8,3 +8,19 @@
| 2375 | TCP | Docker Engine API. Allows the management node to communicate with Docker engines running on other nodes.
| - | ICMP | Allows ICMP Echo requests. Used for ping operations to check the availability and responsiveness of management nodes.
| 5000 | TCP | Caching node. Enables communication with caching services running on the node.


# Supported Port for eks or ks3 for storage-node

| Port | Protocol | Description
| -------------- | ------------- | -------------
| 6443 | TCP | Kubernetes API server. Required for communication between the Kubernetes control plane and the nodes in the cluster.
| 22 | TCP | SSH access to the instances. Necessary for administrative access and management.
| 8080 | TCP | SPDK Proxy for the storage node. Facilitates communication between the storage nodes and the management node.
| 2375 | TCP | Docker Engine API. Allows the management node to communicate with Docker engines running on other nodes.
| - | ICMP | Allows ICMP Echo requests. Used for ping operations to check the availability and responsiveness of management nodes.
| 5000 | TCP | Storage node. Enables communication with storage-node services running on the node.
| 4420 | TCP | Storage node logical volume (lvol) connection. Allows external access to the storage services.
| 53 | UDP | DNS resolution from worker nodes. Necessary for resolving internal DNS queries within the cluster.
| 10250-10255 | TCP | Kubernetes node communication. Used for kubelet API communication between the nodes.
| 1025-65535 | UDP | Ephemeral ports for UDP traffic. Required for certain network protocols and services.

0 comments on commit 7abb34e

Please sign in to comment.