Lab 3 - setting up
During this Lab you will use recently created project and deploy it to your cluster.
Tools
Prebuilding an Image with local Code
Step 1: Run these commands in a terminal
$ git clone https://github.com/IBM/openshift-on-ibm-cloud-workshops.git
$ cd openshift-on-ibm-cloud-workshops
$ ROOT_FOLDER=$(pwd)
$ docker run -v $ROOT_FOLDER/:/cloud-native-starter -it --rm nheidloff/openshift-workshop-tools:v1Step 2: Inside your running Docker image you can access your the local project
$ cd /cloud-native-starter/
$ ls
$ ROOT_FOLDER=$(pwd)Step 3: Move on with Verify Access to OpenShift on the IBM Cloud
Verify Access to OpenShift on the IBM Cloud
Step 1: After you've created a new cluster, open the OpenShift console.



Step 2: Get our access token for the 'oc' CLI.

PreviousLab 3 - Deploying a Project to Red Hat OpenShift Kubernetes ClusterNextLab 3 - instructions on creating an OpenShift project
Last updated
Was this helpful?