Download PDFSubmit Feedback

  • Preparation
  • Cluster Deployment
  • Cluster Configuration
  • Cluster Management

Workflow

Preparation

Before deploying a KWDB cluster, verify that the hardware and software environment of the nodes meets the requirements:

Cluster Deployment

Choose from the following deployment methods:

MethodDescriptionBest ForRequirements
Deploy Using Scripts (Recommended)Automated deployment with a few commands. Includes built-in fault detection and node recovery.Quick setup of test or production environments-
Deploy Using kwbase CLIManual deployment using kwbase CLI commands with full customization control.Advanced users needing fine-grained configuration-
Deploy Using Docker Run CommandContainer-based deployment.Lightweight containerized development and testingDocker installed

Cluster Configuration

After the cluster is deployed and started, complete the following operations:

1. Create Database Users (Optional): Create database users using the add_user.sh script in the installation package directory or using kwbase CLI, then use the credentials to connect and operate the database. For details, see Create Users.

2. Configure Cluster Parameters (Optional): Configuration methods vary depending on your deployment type:

3. Connect to Cluster: Connect to the cluster for data operations using any of the following methods:

Cluster Management