[OpenShift Container Platform][Amazon EKS][IBM Cloud Pak for Integration]

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

You need permission to access the IBM MQ Console. See Giving permissions for the IBM MQ Console.

About this task

On Red Hat® OpenShift®
The IBM MQ Console URL can be found on the QueueManager details 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 its Address by running the following command:
kubectl get ingress -n <QUEUE_MANAGER_NAMESPACE> <INGRESS_NAME> -o jsonpath="{.status.loadBalancer.ingress[*].hostname}{'\n'}"