Excercise - 0b
Last updated
Last updated
You will already need an IBM Cloud account and an IBM Kubernetes Service cluster (free or paid) in order to proceed. You should have completed this in the previous module.
Log in to the IBM Cloud to access the dashboard.
Click on the top right terminal icon to launch the IBM Cloud Shell.
Run the ibmcloud ks clusters
command to verify the terminal and setup for access to the cluster
it's ok to ignore warnings you may see about versions of plugins or kubernetes cluster versions
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.
In some of the labs, you will be creating Kubernetes resources by applyig .yaml
files representing the desired state for the resource. To save typing in all of that, clone the lab repository into your web terminal:
you should see:
Continue on to the next exercise.