Skip to content

Commit a82bafc

Browse files
authored
Merge pull request #3905 from ClickHouse/Blargian-patch-33
[Feedback] Update network-ports.md showing which are supported in Cloud and OSS
2 parents b6274ee + 8319423 commit a82bafc

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

docs/guides/sre/network-ports.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@ description: 'Description of available network ports and what they are used for'
1111
Ports described as **default** mean that the port number is configured in `/etc/clickhouse-server/config.xml`. To customize your settings, add a file to `/etc/clickhouse-server/config.d/`. See the [configuration file](/operations/configuration-files) documentation.
1212
:::
1313

14-
|Port|Description|
15-
|----|-----------|
16-
|2181|ZooKeeper default service port. **Note: see `9181` for ClickHouse Keeper**|
17-
|8123|HTTP default port|
18-
|8443|HTTP SSL/TLS default port|
19-
|9000|Native Protocol port (also referred to as ClickHouse TCP protocol). Used by ClickHouse applications and processes like `clickhouse-server`, `clickhouse-client`, and native ClickHouse tools. Used for inter-server communication for distributed queries.|
20-
|9004|MySQL emulation port|
21-
|9005|PostgreSQL emulation port (also used for secure communication if SSL is enabled for ClickHouse).|
22-
|9009|Inter-server communication port for low-level data access. Used for data exchange, replication, and inter-server communication.|
23-
|9010|SSL/TLS for inter-server communications|
24-
|9011|Native protocol PROXYv1 protocol port|
25-
|9019|JDBC bridge|
26-
|9100|gRPC port|
27-
|9181|Recommended ClickHouse Keeper port|
28-
|9234|Recommended ClickHouse Keeper Raft port (also used for secure communication if `<secure>1</secure>` enabled) |
29-
|9363|Prometheus default metrics port|
30-
|9281|Recommended Secure SSL ClickHouse Keeper port|
31-
|9440|Native protocol SSL/TLS port|
32-
|42000|Graphite default port|
14+
|Port|Description|Cloud|OSS|
15+
|----|-----------|-----|---|
16+
|2181|ZooKeeper default service port. **Note: see `9181` for ClickHouse Keeper**|||
17+
|8123|HTTP default port|||
18+
|8443|HTTP SSL/TLS default port|||
19+
|9000|Native Protocol port (also referred to as ClickHouse TCP protocol). Used by ClickHouse applications and processes like `clickhouse-server`, `clickhouse-client`, and native ClickHouse tools. Used for inter-server communication for distributed queries.|||
20+
|9004|MySQL emulation port|||
21+
|9005|PostgreSQL emulation port (also used for secure communication if SSL is enabled for ClickHouse).|||
22+
|9009|Inter-server communication port for low-level data access. Used for data exchange, replication, and inter-server communication.|||
23+
|9010|SSL/TLS for inter-server communications|||
24+
|9011|Native protocol PROXYv1 protocol port|||
25+
|9019|JDBC bridge|||
26+
|9100|gRPC port|||
27+
|9181|Recommended ClickHouse Keeper port|||
28+
|9234|Recommended ClickHouse Keeper Raft port (also used for secure communication if `<secure>1</secure>` enabled)|||
29+
|9363|Prometheus default metrics port|||
30+
|9281|Recommended Secure SSL ClickHouse Keeper port|||
31+
|9440|Native protocol SSL/TLS port|||
32+
|42000|Graphite default port|||
3333

0 commit comments

Comments
 (0)