Replies: 1 comment 2 replies
-
Questions:
Are you configuring port forwarding on your other pods? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello RabbitMQ community. I'm facing some connectivity issues with the stream plugin. Here's some context:
We have deployed up Rabbit MQ on a pod in our EKS Cluster but are finding difficulties maintaining between pod connectivity (between RabbitMQ and other applications) and maintaining port-forwarding capabilities from local machines.
If we want to let our other pods connect to RabbitMQ, the plugin configuration settings have to be:
But when port forwarding to the instance via:
kubectl port-forward -n rabbitmq svc/rabbitmq-test 15672:15672 5672:5672 5552:5552
And attempting to connect using a library, like rstream, we are not able to connect successfully.
we have to set the configs like this in order to connect locally via port-fowarding:
But then, our other pods are unable to connect to it, using localhost or rabbitmq-test.rabbitmq.svc.cluster.local.
How can we workaround this?
Beta Was this translation helpful? Give feedback.
All reactions