Lab: Introduction to Kubernetes and OpenShift
Find essential information about your OpenShift cluster by navigating its web console.
Outcomes
You should be able to navigate the Red Hat OpenShift Container Platform web console to find various information items and configuration details.
As the student
user on the workstation
machine, use the lab
command to prepare your system for this exercise.
This command ensures that the Red Hat OpenShift Container Platform is deployed and ready for the lab.
[student@workstation ~]$ lab start intro-review
Procedure 1.3. Instructions
Log in to the Red Hat OpenShift Container Platform web console, with Red Hat Identity Management as the
admin
user with theredhatocp
password, and review the answers for the preceding quiz.Use a browser to view the login page at the web console address
https://console-openshift-console.apps.ocp4.example.com
.Click Red Hat Identity Management, and supply the
admin
username and theredhatocp
password, and then clickLog in
to access the home page.
View the cluster version on the Overview page for the cluster.
From the Home → Overview page, scroll down to view the cluster details.
Locate the OpenShift version in the Details section.
View the available alert severity types within the filters on the Alerting page.
Navigate to the Observe → Alerting page.
Click the Filter drop-down to view the available severity options.
View the labels for the
thanos-querier
route.Navigate to the Networking → Routes page.
Type the
thanos
keyword in the text search field.Select the
thanos-querier
route in the Name column.Scroll down on the
thanos-querier
Route details page to view Labels.
View the available storage classes in the cluster.
Navigate to the Storage → StorageClasses page.
View the available storage classes in the cluster.
View the installed operators for the cluster.
Navigate to the Operators → Installed Operators page.
View the listed operators that are installed in the cluster.
Evaluation
As the student
user on the workstation
machine, use the lab
command to grade your work. Correct any reported failures and rerun the command until successful.
[student@workstation ~]$ lab grade intro-review
Finish
As the student
user on the workstation
machine, use the lab
command to complete this exercise. This step is important to ensure that resources from previous exercises do not impact upcoming exercises.
[student@workstation ~]$ lab finish intro-review