Skip to main content
Version: 3.12

[Deprecated] How to deploy ScalarDB Server

note

ScalarDB Server is now deprecated. Please use ScalarDB Cluster instead.

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>
This website uses cookies to enhance the visitor experience. By continuing to use this website, you acknowledge that you have read and understood our privacy policy and consent to the use of cookies to help improve your browsing experience and provide you with personalized content.