This guide walks you through the process of deploying RisingWave in a single Kubernetes cluster with Helm.
PostgreSQL
as the meta store and MinIO
as the state store, the Helm chart for RisingWave offers the option to bundle them together. This allows for a quick and easy setup of the Helm chart. See Configuration for more details. To enable this feature, set tags.bundle=true
.PostgreSQL
and MinIO
, and any local stores, ensure that you have implemented the Dynamic Volume Provisioning.<my-risingwave>
is the release name you choose to use for your RisingWave deployment. This command will install the latest stable version of RisingWave.
If you want to install a particular version, you can specify the version via the image-tag
attribute. Remember to replace <version_number>
with the desired version, for example v1.7.0
.4567
to the service’s port via:
compactorComponent
section. Configurations for the meta node and compute node are in metaComponent
and computeComponent
sections respectively. See Customize pods of different components for details.