1
votes

I setup rabbitmq cluster on my openshift successfully.

However I don't find the way to expose amqp (5672) or amqps (5671) ports with openshift routes.

I saw on openshift documentation that is not supported. https://docs.openshift.com/enterprise/3.0/architecture/core_concepts/routes.html

Routers support the following protocols: HTTP HTTPS (with SNI) WebSockets TLS with SNI WebSocket traffic uses the same route conventions and supports the same TLS termination types as other traffic.

what is the best way for doing this?

please find my setup.

oc version oc v1.4.1 kubernetes v1.4.0+776c994 features: Basic-Auth GSSAPI Kerberos SPNEGO openshift v1.4.1 kubernetes v1.4.0+776c994

POD router used : openshift/origin-haproxy-router:v1.4.1

1

1 Answers