Skip to content

Commit 9fc72dd

Browse files
committed
AUTO: Sync ScalarDB docs in English to docs site repo
1 parent 42ebf61 commit 9fc72dd

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

docs/requirements.mdx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,14 @@ Since ScalarDB Cluster uses gRPC, you can also create your own client in your pr
520520

521521
Since ScalarDB Cluster uses Core to interact with databases, the requirements for databases are the same as those for Core. For more information, see [Databases](#databases).
522522

523+
### Required ports
524+
525+
ScalarDB Cluster requires the following ports to be accessible. These default port numbers can be configured as needed:
526+
527+
- 60053 (Administrative API / Transactional API / SQL API / pause operation)
528+
- 8080 (GraphQL)
529+
- 9080 (metrics)
530+
523531
### Kubernetes
524532

525533
ScalarDB Cluster is provided as a cluster consisting of one or more Pods on the Kubernetes platform in production environments. ScalarDB Cluster supports the following platforms and tools.
@@ -660,6 +668,14 @@ For databases **not** managed under ScalarDB Core and Cluster, make sure you reg
660668
The ScalarDB Analytics server also requires permissions to manage catalog information in its database.
661669
Create a user with permission according to [Database permission requirements](requirements.mdx#database-permission-requirements) and set the user to the ScalarDB Analytics server configuration.
662670

671+
### Required ports
672+
673+
ScalarDB Analytics requires the following ports to be accessible. These default port numbers can be configured as needed:
674+
675+
- 11051 (catalog service)
676+
- 11052 (metering service)
677+
- The port number that Apache Spark uses depends on how you deploy the Spark cluster. For details on which ports you need to make accessible, please refer to your Spark service provider's documentation.
678+
663679
### Kubernetes
664680

665681
The server component of ScalarDB Analytics (ScalarDB Analytics server) is provided as a Pod on the Kubernetes platform in production environments. ScalarDB Analytics supports the following platforms and tools.

docs/scalar-manager/overview.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,7 @@ By using the authorization feature, administrators can define and assign specifi
5252
### Integrated authentication with Grafana
5353

5454
Scalar Manager now offers seamless authentication integration between your Grafana instance and other components of the system. This single-sign-on capability eliminates the need for multiple authentication processes, streamlining the user experience and enhancing security by reducing credential management overhead.
55+
56+
## Required port
57+
58+
Scalar Manager requires port 13000 to be accessible.

0 commit comments

Comments
 (0)