Skip to content

[Feedback] Update network-ports.md showing which are supported in Cloud and OSS #3905

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions docs/guides/sre/network-ports.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@ description: 'Description of available network ports and what they are used for'
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.
:::

|Port|Description|
|----|-----------|
|2181|ZooKeeper default service port. **Note: see `9181` for ClickHouse Keeper**|
|8123|HTTP default port|
|8443|HTTP SSL/TLS default port|
|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.|
|9004|MySQL emulation port|
|9005|PostgreSQL emulation port (also used for secure communication if SSL is enabled for ClickHouse).|
|9009|Inter-server communication port for low-level data access. Used for data exchange, replication, and inter-server communication.|
|9010|SSL/TLS for inter-server communications|
|9011|Native protocol PROXYv1 protocol port|
|9019|JDBC bridge|
|9100|gRPC port|
|9181|Recommended ClickHouse Keeper port|
|9234|Recommended ClickHouse Keeper Raft port (also used for secure communication if `<secure>1</secure>` enabled) |
|9363|Prometheus default metrics port|
|9281|Recommended Secure SSL ClickHouse Keeper port|
|9440|Native protocol SSL/TLS port|
|42000|Graphite default port|
|Port|Description|Cloud|OSS|
|----|-----------|-----|---|
|2181|ZooKeeper default service port. **Note: see `9181` for ClickHouse Keeper**||✓|
|8123|HTTP default port||✓|
|8443|HTTP SSL/TLS default port|✓|✓|
|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.||✓|
|9004|MySQL emulation port||✓|
|9005|PostgreSQL emulation port (also used for secure communication if SSL is enabled for ClickHouse).||✓|
|9009|Inter-server communication port for low-level data access. Used for data exchange, replication, and inter-server communication.||✓|
|9010|SSL/TLS for inter-server communications||✓|
|9011|Native protocol PROXYv1 protocol port||✓|
|9019|JDBC bridge||✓|
|9100|gRPC port||✓|
|9181|Recommended ClickHouse Keeper port||✓|
|9234|Recommended ClickHouse Keeper Raft port (also used for secure communication if `<secure>1</secure>` enabled)||✓|
|9363|Prometheus default metrics port||✓|
|9281|Recommended Secure SSL ClickHouse Keeper port||✓|
|9440|Native protocol SSL/TLS port|✓|✓|
|42000|Graphite default port||✓|

Loading