rabbitmq / cluster-operator

RabbitMQ Cluster Kubernetes Operator
https://www.rabbitmq.com/kubernetes/operator/operator-overview.html
Mozilla Public License 2.0
884 stars 273 forks source link

So if one of the pod goes down, everything goes down? #1482

Closed paul-the-aio closed 1 year ago

paul-the-aio commented 1 year ago

I'm currently using an on-demand ec2 instance in aws to host a rabbitmq server. It's been great so far then I stumble upon this integration to kubernetes and decided to try it out. From my observation, regardless of how many I put in the replica when I create the instance, If I try to delete one of the pods, everything goes down even the admin site. Is this by design? Kinda hoping it will be similar to a regular deployments where the application will still be up only if there's at least one pod that's working