Before we can start with any labs, the access to the IBM Cloud and the OpenShift cluster have to be validated.
Log into IBM Cloud.
Navigate to Menu → OpenShift → Clusters as shown below.
You should see a list of cluster, containing at least one OpenShift cluster with version 4.3.
Select a cluster. You should see the overview of the cluster, with a summary about the cluster, worker node status and some cluster insights.
Next, open the OpenShift Web Console, by clicking on the blue button on the top right.
You should be presented the OpenShift landing page:
Now let's log into the cluster with the cli to perform the first operations on the cluster.
Therefore, click on your name in the top right corner and then select Copy Login Command. Click on Display Token and copy the command below the "Log in with this token" section.
Open up a local terminal, paste the login command and execute it.
$ oc login https://... --token=XXX
Logged into "https://c100-e.eu-de.containers.cloud.ibm.com:30026" as "IAM#<your account>" using the token provided.
You have access to '<number of projects>' projects, the list has been suppressed. You can list all projects with 'oc projects'
Using project "default".If all of this worked, you are ready to start with the labs.




