Rabbitmq fails to start in pod with sidecar proxy
The Problem
This issue affects the rabbitmq service with a sidecar proxy. The container does not start.
Solution
Expose the port for epmd, as in this example:
ports:
port: 5672
name: client
port: 4369
name: epmd
selector:
app: develop-rabbitmq
Updated over 3 years ago