troubleshooting

How to deploy RisingWave on Kubernetes with Helm and make it stateless?

I have been running RisingWave in docker on EC2 instance and now want to deploy it on Kubernetes with Helm. I want it to be stateless on Kubernetes. State backend can be set to S3 bucket but what about etcd and other pods? Any suggestions are welcome.

Su

Sumit Singh

Asked on Feb 28, 2024

  • To deploy RisingWave on Kubernetes with Helm and make it stateless, you can use a cloud drive like mounting gp3 to run etcd.
  • If you are using AWS EKS, you can utilize the etcd provided by AWS EKS.
  • Refer to the documentation for deploying RisingWave on Kubernetes with Helm: RisingWave Kubernetes Helm Documentation
Feb 28, 2024Edited by