IBM DataPower Operations Dashboard v1.0.19.0

A newer version of this product documentation is available.

You are viewing an older version. View latest at IBM DPOD Documentation.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Adding a Cloud Agent to DPOD

Inside DPOD's Web Console, navigate to the cloud agents page [Manage → Topology → Cloud Agents] and click on “New”.

Enter the following information:

Field

Description

Manager URL

Run the following command to get the Manager URL.
Run it from CLI of a server that supports 'oc' command and is connected to the K8s environment.
Replace the <CR name> and <CR namespace> before running the command.

oc get DpodCloudAgent <CR name> -n <CR namespace> -o jsonpath='{.status.endpoints[?(@.name=="managerApi")].url}'

Credentials

Run the following command from CLI to get the credentials.
Run it from CLI of a server that supports ‘oc’ command and is connected to the K8s environment.
Replace the <CR name> and <CR namespace> before running the command.

oc get secret <CR name>-com-enc -n <CR namespace> -o=jsonpath='{.data.encryption\.key}'

Once you click the Add button, DPOD will make sure it can connect to the monitored cloud agent and if successful, the monitored gateways by the cloud agent will be added to DPOD as monitored gateways.
Each monitored gateway is configured automatically to send information to DPOD after added to DPOD.

  • No labels