airavata-courses/Brogrammers

Containerizing rabbitmq and establishing connection with microservices

knikharg opened this issue · 3 comments

AMPQ connection error while running data-retrieval container. Tried using links to establish connections.

communication achieved by replacing host to image name.

We need installed rabbit MQ over the network. This can be achieved by having a dependency on the Rabbitmq to each microservice which is trying to connect to the rabbitmq network.

I tried to achieve this with following commit id -- 308af26

Referred the following document to install the Rabbit MQ on the Kubernetes Cluster

https://kubernetes.io/docs/tasks/job/coarse-parallel-processing-work-queue/

Issue resolved on the Kubernetes cluster