Identifying the services
Each Operational Decision Manager component that you deploy is exposed by a service to let external clients reach the component.
About this task
An Operational Decision Manager service is created by default. You can find its access information in the Red Hat OpenShift console or by using a command line.
For more information, see the What to do next sections in Option 2b: Deploying the custom resource you created with the deployment script and Option 1: Installing a production deployment in the OpenShift console.
You can monitor the ICP4ACluster instance details in the OpenShift console. You can also get the status field of the Operational Decision Manager components by running the following command:
oc get ICP4ACluster <instance_name> -o=jsonpath='{.status.components.odm}'
The cp4ba-access-info ConfigMap contains all the details to access the services, including default credentials and endpoints. You can retrieve the information by using the following command:
oc get cm <instance_name>-cp4ba-access-info -o=jsonpath='{.data.odm-access-info}'