starrocks-kubernetes-operator

Deploy StarRocks Cluster by starrocks Chart

License Release Charts

Helm is a package manager for Kubernetes. A Helm Chart is a Helm package and contains all of the resource definitions necessary to run an application on a Kubernetes cluster. This topic describes how to use Helm to automatically deploy a StarRocks cluster on a Kubernetes cluster.

Before you begin

Install starrocks Chart

  1. Add the StarRocks Helm repository.

     $ helm repo add starrocks https://starrocks.github.io/starrocks-kubernetes-operator
     $ helm repo update starrocks
     $ helm search repo starrocks
     NAME                                    CHART VERSION    APP VERSION  DESCRIPTION
     starrocks/kube-starrocks      1.8.0            3.1-latest   kube-starrocks includes two subcharts, starrock...
     starrocks/operator            1.8.0            1.8.0        A Helm chart for StarRocks operator
     starrocks/starrocks           1.8.0            3.1-latest   A Helm chart for StarRocks cluster
    
  2. Install the starrocks Chart.

     helm install starrocks starrocks/starrocks
    

    Please see values.yaml for more details.

Uninstall starrocks Chart

helm uninstall starrocks