all-things-risingwave
How can we set up a clustered environment with a single storage like an S3 bucket for Rising Wave?
Nayan Shah is exploring the possibility of setting up a clustered environment with high availability using Rising Wave and persisting data in a single S3 bucket. They are also seeking guidance on where to make changes in the Docker Compose file for this configuration.
Na
Nayan Shah
Asked on Oct 28, 2022
- To set up a clustered environment with Rising Wave using a single storage like an S3 bucket, you can configure MinIO to persist data in the Docker Compose file.
- For high availability, you can have 2 nodes of Rising Wave and persist data from a single S3 bucket.
- To make changes in the Docker Compose file for the S3 bucket configuration, you should modify the configuration related to MinIO in the Docker Compose file.
- It's recommended to test the setup first before deploying it in a production environment to ensure feasibility and proper configuration.
Oct 28, 2022Edited by