Kubernetes with Bitnami: rabbitmq-13.12.12 HTTP API-based readiness probe fails #11697
Replies: 2 comments
-
RabbitMQ 3.12 is out of community support, although I'm certain that the issue is very unlikely to be version-specific and the pod simply fails to boot. Since you use an older version with Bitnami, my first intuition is this classic deployment deadlock problem on Kubernetes, which is mentioned in this Kubernetes-specific part of the documentation. Here's a Stack Overflow version of the explanation with a truly awful piece of advise for the most popular answer 🤦 Besides that, start with inspecting RabbitMQ logs from all nodes. That's the most useful source of information for the problem at hand and you are ignoring it. Kubernetes logs will tell you nothing about why a node cannot finish booting. |
Beta Was this translation helpful? Give feedback.
-
@pritam-d29 stated in an email to
Yes, it is because the people who give away this software have to make money, somehow. In this specific case, @michaelklishin has already given you suggestions for what to look at. LOGS! |
Beta Was this translation helpful? Give feedback.
-
Hi,
Seek support in one of the issues, that I am facing with Rabbitmq version-13.12.12.
The rabbitmq here I am using with my Kubernetes-1.28.8 in IPv6 env.
I am deploying the rabbitmq pod with helm based cli.
Pods is not coming up. Please find the details for your reference -
Upon Describing
A snippet of output -
service output -
The exported yaml enclosed.
rab_afterChnages.log
Let me know, incase you need any further details.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions