Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 2.01 KB

00-prerequisites.md

File metadata and controls

50 lines (29 loc) · 2.01 KB

Prerequisites

To complete the Cloud Pak for Applications exercises the following steps have to be performed.

Accounts

If you don't have these accounts, please create them:

Tools and IDE

To perform all the steps in the exercises the following tools need to be installed on your machine:

Access to an OpenShift Cluster with Cloud Pak for Applications installed

You should have access to an OpenShift cluster with Cloud Pak for Applications installed.

Check the access by logging in from the command line. 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.

OCP Copy Login Command

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".

Cloud Pak for Applications should already have been installed in your managed OpenShift cluster. Check you have access to this by ensuring that Cloud Pak for Applications exists in the Application Console of your OpenShift cluster.

Cloud Pak for Apps

When clicked, the Cloud Pak for Applications landing page should appear:

Cloud Pak for Apps

You are now ready to start with the exercises