Home > Workload Solutions > Container Platforms > Red Hat OpenShift Container Platform > Archive > Deployment Guide—Red Hat OpenShift Container Platform 4.2 > OpenShift web console
To access OpenShift through a browser, you must obtain the URL of the routes console. Accessing the cluster using the web console provides all functionalities including, but not limited to, pod creations and application deployments.
To obtain the existing routes in all namespaces:
oc get routes --all-namespaces
NAMESPACE NAME HOST/PORT SERVICES PORT TERMINATION WILDCARD
openshift-authentication oauth-openshift oauth-openshift.apps.ocp.example.com oauth-openshift 6443 passthrough/Redirect None
openshift-console console console-openshift-console.apps.ocp.example.com console https reencrypt/Redirect None
Note: Obtain the HOST/PORT value for the console in the openshift-console namespace.