Kubernetes: RabbitMQ Client could not connect. (None of the specified endpoints were reachable) Kubernetes: RabbitMQ Client could not connect. (None of the specified endpoints were reachable) kubernetes kubernetes

Kubernetes: RabbitMQ Client could not connect. (None of the specified endpoints were reachable)


I figured it out, I added all 3 ports on Kubernetes now: 15672, 5672, 25672. And used only the IP as the RabbitMQConnectionString. It then automatically uses 5672 port to send & receive messages.