1 min read
When working on an OpenShift cluster, it’s common to need the Web Console URL, especially when setting up a new environment or giving access to other users.
Rather than navigating through RedHat portal or guessing the domain, you can use kubectl
to directly query the route object and retrieve the console's public URL.
09/07/2025
Read more...