gshanker85
(Gshanker85)
November 8, 2021, 5:31pm
1
Hello All,
I am trying to deploy the RabbitMQ in k8s cluster. Successfully exposed the service on port 15672 and 5672.
However on trying to connect from app on rabbitMQ broker its failing. Management UI is working fine.
Even the curl failing on port 5672.
Could someone please help me here?
thanks.
rimelek
(Ákos Takács)
November 8, 2021, 5:34pm
2
Have you checked RabbitMQ logs? Also, have you tried to connect from the RabbitMQ container to localhost?
gshanker85
(Gshanker85)
November 8, 2021, 5:39pm
3
not able to see any errors. istio ingress can connect to pod on the port 5672.
gshanker85
(Gshanker85)
November 8, 2021, 5:41pm
4
sorry, forgot to mention the image. I am using rabbitmq:3-management
rimelek
(Ákos Takács)
November 8, 2021, 5:43pm
5
What system are you using? Is it a Linux server or a desktop (Windows/Mac) ?
gshanker85
(Gshanker85)
November 8, 2021, 5:45pm
6
I have deployed it on GKE and trying to connect the broker from windows GCE.
rimelek
(Ákos Takács)
November 8, 2021, 5:58pm
7
I don’t use GKE. What are your options to access your services? Some kind of gateway, proxy? It looks like it is not a RabbitMQ issue but more like GKE gateway issue. If it is true, I am not sure I am the best person to help you.
gshanker85
(Gshanker85)
November 8, 2021, 6:00pm
8
traffic is coming via istio ingress gateway.
Thanks for checking.
I will wait if someone can suggest.
rimelek
(Ákos Takács)
November 8, 2021, 6:03pm
9
Then there is a chance it can help you
I had found it before I sent my previous message but I felt was not what you needed. Maybe it is.
Jakub had a collection of possible solutions.
gshanker85
(Gshanker85)
November 8, 2021, 6:06pm
10
thanks a lot, let me check these.