OpenShift Console Install Deploy OpenShift Console oc apply -k microshift_install/services/openshift-console oc get pods -n openshift-console Get the OpenShift Console URL echo "http://$(oc get route openshift-console -n openshift-console -o jsonpath='{.spec.host}')"