Warning

This version of ScalarDB is no longer supported. We recommend that you update to the latest version of ScalarDB.

How to deploy ScalarDB Server

This document explains how to deploy ScalarDB Server using Scalar Helm Charts. You must prepare your custom values file. Please refer to the following document for more details on the custom values file for ScalarDB Server.

Deploy ScalarDB Server

helm install <RELEASE_NAME> scalar-labs/scalardb -n <NAMESPACE> -f /<PATH_TO_YOUR_CUSTOM_VALUES_FILE_FOR_SCALARDB_SERVER> --version <CHART_VERSION>

Upgrade the deployment of ScalarDB Server

helm upgrade <RELEASE_NAME> scalar-labs/scalardb -n <NAMESPACE> -f /<PATH_TO_YOUR_CUSTOM_VALUES_FILE_FOR_SCALARDB_SERVER> --version <CHART_VERSION>

Delete the deployment of ScalarDB Server

helm uninstall <RELEASE_NAME> -n <NAMESPACE>