Network ingress #1
arthurbarr
started this conversation in
Ideas
Replies: 0 comments
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.
-
The MQ Operator on Red Hat OpenShift Container Platform automatically creates
Route
resources to manage both HTTP/S and TCP network ingress. Different Kubernetes distributions have their own way to manage network ingress, and they're all a bit different. The Kubernetes Gateway API aims to improve this, but currently has a few problems, including:Due to this, the MQ Operator currently does not implement integration with any ingress options other than OpenShift Routes. However, the existing
mq.ibm.com/v1beta1
API createsRoute
resources by default, which means you need to explicitly disable that integration, and then manually configure your own ingress.There are currently no plans to change this, at least until
TLSRoute
moves to the standard channel, as the non-HTTP use case is the most important for MQ. We'd love any feedback on this, so I'm creating this discussion topic to get your opinion.Beta Was this translation helpful? Give feedback.
All reactions