--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/a8c0ca88-fae9-4e2d-b11a-b6465ff3c832n%40googlegroups.com.
Hi all,
So I have also a question related to this.
I am trying to created Persistent Volumes on vSphere for my RabbitMQ cluster. As you know the PV Claims for rabbitmq cluster use accessmode: ReadWriteOnce.
Based on the official documentation:
ReadWriteOnce
the volume can be mounted as read-write by a single node. ReadWriteOnce access mode still can allow multiple pods to access the volume when the pods are running on the same node.
But what will happen, if the pod where one of the RabbitMQ nodes lives, is restarted, and then that "same" pod is started on another Kubernetes Node?
That means that the RabbitMQ node now lives in another Kubernetes Node and does not have "Write Access" to its earlier PV, true?
Which consequences would this have for the RabbitMQ cluster in general?
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/71b84b78-e190-4f68-8f09-9fd495fda689n%40googlegroups.com.