Cloud Pak for Integration

 View Only
Expand all | Collapse all

How to integrate Web User Interface in openshift pods?

  • 1.  How to integrate Web User Interface in openshift pods?

    Posted Wed August 31, 2022 12:48 PM
    Hello All, we're using the ACE 12.0.2.0 version in the OpenShift with AWS cluster, we need to set up a Web GUI.
    how we can configure the Web User Interface in openshift pods, let's assume we have 3 pods and have a Web User Interface enabled how can we configure it for the applications?



    Many Thanks,
    Ramana
    Integration Designer



    ------------------------------
    Ramanakar Danda Integration Lead
    ------------------------------


  • 2.  RE: How to integrate Web User Interface in openshift pods?

    Posted Wed September 07, 2022 02:19 AM
    Edited by Peter Giathi Wed September 07, 2022 02:21 AM

    Hi Ramanakar,

    I am assuming the 3 pods are 3 different integration servers and not 3 replicas of the same integration server.

    Are you using the IBM App Connect Operator for deployments? This would allow you access to the App Connect Dashboard Custom Resource?

    If so you can deploy the Dashboard C.R in the same namespace as the App Connect integration server pods you have.
    https://www.ibm.com/docs/en/app-connect-contlts?topic=resources-dashboard-reference

    Preferably using either one of the below options if you don't have access to the IBM Cloud Platform UI:
    1) Creating an instance from the Red Hat OpenShift web console
    2) Creating an instance from the Red Hat OpenShift CLI or Kubernetes CLI

    Then fetch the url using:
    oc get dashboards -n <namespace>

    The dashboard will have access to all the integration servers in the namespace.



    ------------------------------
    Peter Giathi
    ------------------------------