You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/sre/network-ports.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,23 +11,23 @@ description: 'Description of available network ports and what they are used for'
11
11
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.
12
12
:::
13
13
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)|
|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)||✓|
0 commit comments