Skip to content

[Questions] Add RabbitMQ nodes on VMs join a RabbitMQ cluster on Kubernetes #13350

Discussion options

You must be logged in to vote

@eriktroost070 RabbitMQ nodes do not know if they are running on Kubernetes or in a VM.

The important parts are well documented in the Clustering and Cluster Formation guides:

  • That node hostnames resolve for every node on every other node
  • That the shared secret is identical
  • That all ports are accessible

The CLI message includes several clues and several suggestions, of which you seemingly have verified just one. The node your are clustering with will log a message when the cookie is different.

Rethink the Entire Strategy

This approach to upgrades is known as "grown-then-shrink" on our team and it is explicitly recommended against unless you have a lot of experience with such migrations.…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@eriktroost070
Comment options

@michaelklishin
Comment options

@michaelklishin
Comment options

@eriktroost070
Comment options

Answer selected by michaelklishin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants