From 445b090247d3e552e1e92850bb16549f5d0404a4 Mon Sep 17 00:00:00 2001 From: josh-wong Date: Tue, 2 Sep 2025 01:57:17 +0000 Subject: [PATCH] AUTO: Sync Kubernetes docs to ScalarDL docs site repo --- .../scalar-kubernetes/AwsMarketplaceGuide.mdx | 50 ++++++++++++++++--- 1 file changed, 42 insertions(+), 8 deletions(-) diff --git a/versioned_docs/version-3.10/scalar-kubernetes/AwsMarketplaceGuide.mdx b/versioned_docs/version-3.10/scalar-kubernetes/AwsMarketplaceGuide.mdx index f6270218..e85326f9 100644 --- a/versioned_docs/version-3.10/scalar-kubernetes/AwsMarketplaceGuide.mdx +++ b/versioned_docs/version-3.10/scalar-kubernetes/AwsMarketplaceGuide.mdx @@ -19,6 +19,7 @@ Scalar products (ScalarDB, ScalarDL, and their tools) are available in the AWS M - A BYOL option is provided in the following public container repositories outside of the AWS Marketplace. If you don't have a license key, please [contact us](https://www.scalar-labs.com/contact-us). - [ScalarDB Cluster Enterprise Standard](https://github.com/orgs/scalar-labs/packages/container/package/scalardb-cluster-node-byol-standard) - [ScalarDB Cluster Enterprise Premium](https://github.com/orgs/scalar-labs/packages/container/package/scalardb-cluster-node-byol-premium) + - [ScalarDB Analytics Server](https://github.com/scalar-labs/scalardb-analytics/pkgs/container/scalardb-analytics-server-byol) - [ScalarDL Ledger](https://github.com/orgs/scalar-labs/packages/container/package/scalardl-ledger-byol) - [ScalarDL Auditor](https://github.com/orgs/scalar-labs/packages/container/package/scalardl-auditor-byol) @@ -44,6 +45,11 @@ Scalar products (ScalarDB, ScalarDL, and their tools) are available in the AWS M + + | PAYG | + |:-------------------------------------------------------------------------------------------| + | [ScalarDB Analytics Server](https://aws.amazon.com/marketplace/pp/prodview-53ik57autkmci) | + | PAYG | BYOL (Deprecated) | |:---------------------------------------------------------------------------------|:---------------------------------------------------------------------------------| @@ -140,6 +146,27 @@ By subscribing to Scalar products in the AWS Marketplace, you can pull the conta + + +

ScalarDB Analytics server

+ + In the `scalardb-analytics-server-custom-values.yaml` file: + + ```yaml + scalarDbAnalyticsServer: + image: + repository: "709825985650.dkr.ecr.us-east-1.amazonaws.com/scalar/scalardb-analytics-server-aws-payg" + serviceAccount: + serviceAccountName: "" + automountServiceAccountToken: true + ``` + + :::note + + For more details on the configurations, see [Configure a Custom Values File for ScalarDB Analytics Server](../helm-charts/configure-custom-values-scalardb-analytics-server.mdx). + + ::: +

ScalarDL Ledger

@@ -223,30 +250,37 @@ By subscribing to Scalar products in the AWS Marketplace, you can pull the conta
+ +

ScalarDB Analytics server

+ + ```console + helm install scalardb-analytics-server scalar-labs/scalardb-analytics-server -f scalardb-analytics-server-custom-values.yaml + ``` +

ScalarDL Ledger

```console - helm install scalardl-ledger scalar-labs/scalardl -f ./scalardl-ledger-custom-values.yaml + helm install scalardl-ledger scalar-labs/scalardl -f scalardl-ledger-custom-values.yaml ```

ScalarDL Schema Loader for Ledger

```console - helm install schema-loader scalar-labs/schema-loading -f ./schema-loader-ledger-custom-values.yaml + helm install schema-loader scalar-labs/schema-loading -f schema-loader-ledger-custom-values.yaml ```

ScalarDL Auditor

```console - helm install scalardl-auditor scalar-labs/scalardl-audit -f ./scalardl-auditor-custom-values.yaml + helm install scalardl-auditor scalar-labs/scalardl-audit -f scalardl-auditor-custom-values.yaml ```

ScalarDL Schema Loader for Auditor

```console - helm install schema-loader scalar-labs/schema-loading -f ./schema-loader-auditor-custom-values.yaml + helm install schema-loader scalar-labs/schema-loading -f schema-loader-auditor-custom-values.yaml ```
@@ -343,26 +377,26 @@ By subscribing to Scalar products in the AWS Marketplace, you can pull the conta

ScalarDL Ledger

```console - helm install scalardl-ledger scalar-labs/scalardl -f ./scalardl-ledger-custom-values.yaml + helm install scalardl-ledger scalar-labs/scalardl -f scalardl-ledger-custom-values.yaml ```

ScalarDL Schema Loader for Ledger

```console - helm install schema-loader scalar-labs/schema-loading -f ./schema-loader-ledger-custom-values.yaml + helm install schema-loader scalar-labs/schema-loading -f schema-loader-ledger-custom-values.yaml ```

ScalarDL Auditor

```console - helm install scalardl-auditor scalar-labs/scalardl-audit -f ./scalardl-auditor-custom-values.yaml + helm install scalardl-auditor scalar-labs/scalardl-audit -f scalardl-auditor-custom-values.yaml ```

ScalarDL Schema Loader for Auditor

```console - helm install schema-loader scalar-labs/schema-loading -f ./schema-loader-auditor-custom-values.yaml + helm install schema-loader scalar-labs/schema-loading -f schema-loader-auditor-custom-values.yaml ```