Setting up
In this section, you will view details about your OpenShift Cluster on IBM Cloud. Details you would be interested in are hostname, SSL Cert Secret Name, and the namespace that holds the secret.
First, this is the Overview page that shows some details about your cluster like Cluster ID and resource group they can be useful when using
ibmcloudCLI to grab some information about your cluster.
on the top right, click on your profile and select "Log in to CLI and API"

Copy the IBM Cloud CLI login command and paste it in your CLI


Select the resource group where your cluster resides (in my case it is
default)
ibmcloud target -g default
View information about your cluster
ibmcloud oc nlb-dns ls --cluster <cluster_name_or_id>
Last updated
Was this helpful?