intellij-kubernetes
intellij-kubernetes copied to clipboard
As a user I want ot be able to open a browser to the url that my Ingress or Route is pointing to
If you want to expose a service you'd use an Ingress (Kubernetes) or a Route (OpenShift). Currently I have to open the resource in an editor, copy the url and paste it into a browser. It would be handy to be able to have it the plugin do these steps for you.
VSCode offers "Open in Browser" in the context menu of an OpenShift Route.