![[OpenShift Container Platform]](ngocp.gif)
![[Amazon EKS]](ngeks.gif)
Connecting to the IBM MQ Console
How to connect to the IBM® MQ Console of a queue manager that has been deployed with the IBM MQ Operator.
Before you begin
About this task
- On Red Hat® OpenShift®
- The IBM MQ Console URL can be found on the
QueueManagerdetails page in the Red Hat OpenShift web console or in the IBM Cloud Pak® for Integration Platform UI. Alternatively, it can be found from the Red Hat OpenShift CLI by running the following command:oc get queuemanager <QUEUEMANAGER_NAME> -n <NAMESPACE> --output jsonpath='{.status.adminUiUrl}' - On Amazon EKS
- To access the IBM MQ Console URL, follow the steps in
Configuring Ingress to connect to a queue manager IBM MQ Console and IBM MQ Operator REST API from outside an Amazon EKS cluster. After you configure the
Ingress, retrieve itsAddressby running the following command:kubectl get ingress -n <QUEUE_MANAGER_NAMESPACE> <INGRESS_NAME> -o jsonpath="{.status.loadBalancer.ingress[*].hostname}{'\n'}"