diff --git a/versioned_docs/version-3.13/requirements.mdx b/versioned_docs/version-3.13/requirements.mdx index 06088e58b..18b7582e0 100644 --- a/versioned_docs/version-3.13/requirements.mdx +++ b/versioned_docs/version-3.13/requirements.mdx @@ -520,6 +520,19 @@ Since ScalarDB Cluster uses gRPC, you can also create your own client in your pr 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). +### Required ports + +ScalarDB requires the following ports to be accessible. These default port numbers can be configured as needed: + +- **ScalarDB Cluster** + - 60053 (Administrative API / Transactional API / SQL API / pause operation) + - 8080 (GraphQL) + - 9080 (metrics) +- **ScalarDB Analytics** + - 11051 (catalog service) + - 11052 (metering service) + - 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. + ### Kubernetes 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. diff --git a/versioned_docs/version-3.13/scalar-manager/overview.mdx b/versioned_docs/version-3.13/scalar-manager/overview.mdx index 525b93060..fdfee24f6 100644 --- a/versioned_docs/version-3.13/scalar-manager/overview.mdx +++ b/versioned_docs/version-3.13/scalar-manager/overview.mdx @@ -52,3 +52,7 @@ By using the authorization feature, administrators can define and assign specifi ### Integrated authentication with Grafana 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. + +## Required port + +Scalar Manager requires port 13000 to be accessible.