Skip to content

Rabbitmq cluster boot failed #1359

Answered by ChunyiLyu
hockkg asked this question in Q&A
May 18, 2023 · 2 comments · 3 replies
Discussion options

You must be logged in to vote

Hi @hockkg I would use an ephemeral container to debug. For example you could run kubectl debug -it <rmq-pod-name> --image=busybox:1.28 --target=rabbitmq. The busybox container (or any other one that you fancy) has some network utility tools available and you could try to see if the dns resolves in the ephemeral container or not.

For more on ephemeral container see: https://kubernetes.io/docs/tasks/debug/debug-application/debug-running-pod/#ephemeral-container

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@hockkg
Comment options

@ChunyiLyu
Comment options

Answer selected by hockkg
@hockkg
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #1356 on May 18, 2023 16:25.