Skip to content

Lab‐3: Inspecting resources in Microshift

Student User edited this page Sep 16, 2024 · 4 revisions

STEP-1 List out default projects in microshift after a fresh installation.

[student@servera ~]$ oc projects

STEP-2 List all pods in Microshift environment after installation.

[student@servera ~]$ oc get pod -A

STEP-3 List the service IPADDRESS address range.

[student@servera ~]$ oc get svc -A

STEP-4 List pod IPADDRESS range.

[student@servera ~]$ oc get pod -A -o wide

STEP-5 List the node and its IPADDRESS range.

[student@servera ~]$ oc get node -o wide

Clone this wiki locally