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/scalardb-analytics/deploy-scalardb-analytics-server.mdx
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,11 @@ import HelmCommandUsage from '/src/components/en-us/_helm-command-usage.mdx';
13
13
14
14
This document explains how to deploy a ScalarDB Analytics server in your local or production environment.
15
15
16
-
## Step 1. Decide on the billing method for ScalarDB Analytics
16
+
## Step 1. Select a billing plan for ScalarDB Analytics
17
17
18
18
You can get the ScalarDB Analytics server in several ways:
19
19
20
-
<TabsgroupId="billing-method"queryString>
20
+
<TabsgroupId="billing-plan"queryString>
21
21
<TabItemvalue="pay-as-you-go"label="Pay as you go"default>
22
22
You can use ScalarDB Analytics in a pay-as-you-go plan. In this case, you will pay the license fee based on your query usage.
23
23
<TabsgroupId="cloud"queryString>
@@ -46,11 +46,11 @@ After subscribing, you'll have permission to pull the container image of the Sca
46
46
</TabItem>
47
47
</Tabs>
48
48
</TabItem>
49
-
<TabItemvalue="fixed-price-byil"label="Fixed price (bring your own license)">
50
-
You can use ScalarDB Analytics in a fixed-price method. In this case, you will pay the fixed license fee based on your contract, with an upper limit on the queries you can run.
49
+
<TabItemvalue="fixed-price-byol"label="Fixed price (bring your own license)">
50
+
You can use ScalarDB Analytics at a fixed price. In this case, you will pay the fixed license fee based on your contract, with an upper limit on the queries you can run.
You can use ScalarDB Analytics in the fixed-price method on any supported Kubernetes platforms. You can see the supported Kubernetes platforms in [Requirements](../requirements.mdx#kubernetes).
53
+
You can use ScalarDB Analytics at a fixed price on any supported Kubernetes platforms. You can see the supported Kubernetes platforms in [Requirements](../requirements.mdx#kubernetes).
@@ -76,10 +76,10 @@ You will specify this container registry in a later step, so keep note of it.
76
76
77
77
Deploy a cluster on your preferred Kubernetes platform based on the following requirements and checkpoints:
78
78
79
-
1. Decide which Kubernetes platform to use based on the billing method and purpose.
79
+
1. Decide which Kubernetes platform to use based on the billing plan and purpose.
80
80
81
-
- If you chose **Pay as you go (container offer - AWS Marketplace)** in [Step 1. Decide on the billing method for ScalarDB Analytics](#step-1-decide-on-the-billing-method-for-scalardb-analytics), you need to deploy Amazon Elastic Kubernetes Service (EKS) in the supported regions. The supported regions will be referred to in a later step.
82
-
- If you chose **Fixed price w/bring your own license (container offer - any supported Kubernetes platform)** in [Step 1. Decide on the billing method for ScalarDB Analytics](#step-1-decide-on-the-billing-method-for-scalardb-analytics), you can use any of the supported Kubernetes platforms.
81
+
- If you chose **Pay as you go (container offer - AWS Marketplace)** in [Step 1. Select a billing plan for ScalarDB Analytics](#step-1-select-a-billing-plan-for-scalardb-analytics), you need to deploy Amazon Elastic Kubernetes Service (EKS) in the supported regions. The supported regions will be referred to in a later step.
82
+
- If you chose **Fixed price w/bring your own license (container offer - any supported Kubernetes platform)** in [Step 1. Select a billing plan for ScalarDB Analytics](#step-1-select-a-billing-plan-for-scalardb-analytics), you can use any of the supported Kubernetes platforms.
83
83
84
84
:::note
85
85
@@ -109,7 +109,7 @@ Deploy a cluster on your preferred Kubernetes platform based on the following re
109
109
<TabsgroupId="kubernetes"queryString>
110
110
<TabItemvalue="eks"label="EKS"default>
111
111
- If you chose **Fixed price w/ bring your own license (container offer - any supported Kubernetes platform)**, you can use Amazon Elastic Kubernetes Service (EKS).
112
-
- If you chose **Pay as you go (container offer - AWS Marketplace)** in [Step 1. Decide on the billing method for ScalarDB Analytics](#step-1-decide-on-the-billing-method-for-scalardb-analytics), you need to do the following:
112
+
- If you chose **Pay as you go (container offer - AWS Marketplace)** in [Step 1. Select a billing plan for ScalarDB Analytics](#step-1-select-a-billing-plan-for-scalardb-analytics), you need to do the following:
113
113
1. Deploy EKS in supported regions that are described in the AWS documentation [MeterUsage Region support for Amazon ECS and Amazon EKS](https://docs.aws.amazon.com/marketplace/latest/APIReference/metering-regions.html#meterusage-region-support-ecs-eks).
114
114
1. Run the following two commands after you deploy EKS:
115
115
- `eksctl utils associate-iam-oidc-provider`
@@ -226,9 +226,9 @@ Create your custom values file `scalardb-analytics-server.yaml` based on your en
226
226
227
227
1. Set the container image and the license configurations
228
228
229
-
Based on the billing method you chose in [Step 1. Decide on the billing method for ScalarDB Analytics](#step-1-decide-on-the-billing-method-for-scalardb-analytics), set the container image configuration to `scalarDbAnalyticsServer.image.repository`. Select one of the following billing methods to see an example of this configuration.
229
+
Based on the billing plan you chose in [Step 1. Select a billing plan for ScalarDB Analytics](#step-1-select-a-billing-plan-for-scalardb-analytics), set the container image configuration to `scalarDbAnalyticsServer.image.repository`. Select one of the following billing plans to see an example of this configuration.
230
230
231
-
<TabsgroupId="billing-method"queryString>
231
+
<TabsgroupId="billing-plan"queryString>
232
232
<TabItemvalue="payg-container-offer-aws-marketplace"label="Pay as you go (container offer - AWS Marketplace)"default>
233
233
```yaml
234
234
scalarDbAnalyticsServer:
@@ -251,9 +251,9 @@ Create your custom values file `scalardb-analytics-server.yaml` based on your en
251
251
252
252
1. Set the service account configurations
253
253
254
-
Based on the billing method you chose in [Step 1. Decide on the billing method for ScalarDB Analytics](#step-1-decide-on-the-billing-method-for-scalardb-analytics), set the service account configurations to `scalarDbAnalyticsServer.serviceAccount`. Select one of the following billing methods to see an example of this configuration.
254
+
Based on the billing plan you chose in [Step 1. Select a billing plan for ScalarDB Analytics](#step-1-select-a-billing-plan-for-scalardb-analytics), set the service account configurations to `scalarDbAnalyticsServer.serviceAccount`. Select one of the following billing plans to see an example of this configuration.
255
255
256
-
<Tabs groupId="billing-method" queryString>
256
+
<Tabs groupId="billing-plan" queryString>
257
257
<TabItem value="payg-container-offer-aws-marketplace" label="Pay as you go (container offer - AWS Marketplace)" default>
0 commit comments