This document explains how to deploy a StarRocks cluster using the Operator. Users can take these examples as references, and tailor them as necessary to fit the requirement. It primarily covers:
- Deploying a very simple StarRocks cluster
- Deploying a HA StarRocks cluster
- Deploying a StarRocks cluster with the CN component
- Deploying a StarRocks cluster with custom configurations
- Deploying a StarRocks cluster with persistent storage
- Deploying a StarRocks cluster running in shared_data mode
- Deploying a StarRocks cluster with the FE Proxy component
- Deploying a StarRocks cluster with all the above features
- Deploying a StarRocks cluster with BE capabilities
Note:
Some of the example YAML files need to be edited before using them. For example, the
shared_data mode
example needs editing to specify the shared data (MinIO, AWS, OSS, etc.) location and credentials. When editing these examples you will generally be editing ConfigMaps in the example file.