Lab 0
Last updated
Last updated
This section is broken up into the following steps:
From the IBM Cloud Home Page, select the terminal icon in the upper lefthand menu.
Run the following commands to install Helm Version 3
The result is that you should have Helm Version 3 installed.
Run the ibmcloud ks clusters
command to verify the terminal and setup for access to the cluster
Configure the kubectl
cli available within the terminal for access to your cluster.
Verify access to the Kubernetes API.
You should see output similar to the following, if so, then your're ready to continue.
Optionally, if you would like to use OpenShift for this lab, then you will need to authenticate with the OpenShift console before continuing.
From the IBM Cloud Home Page, make sure you are in the IBM Cloud account where your cluster is located. Select from the dropdown menu in the upper right.
Next, find your clusters by navigating to Kubernetes->Clusters in the upper lefthand menu
Select your cluster to get to the cluster home page. Then, select the OpenShift Web Console Button
From the OpenShift console, in the upper righthand menu, select Copy Login Command
Follow the instructions including logging in using your IBM ID to get the command to login. Run the command in your IBM Cloud Shell environment