On this page
Launch the UI
When you have access to the management cluster, you can launch the Gloo UI from your local machine.
The Gloo UI is served from the gloo-mesh-ui
service on port 8090. You can connect by using the meshctl
or kubectl
CLIs.
Open the Gloo UI. The Gloo UI is served from the
gloo-mesh-ui
service on port 8090. You can connect by using themeshctl
orkubectl
CLIs.meshctl
: For more information, see the CLI documentation.meshctl dashboard
kubectl
:- Port-forward the
gloo-mesh-ui
service on 8090.kubectl port-forward -n gloo-mesh svc/gloo-mesh-ui 8090:8090
- Open your browser and connect to http://localhost:8090.
- Port-forward the
- Optional: If authentication is enabled, sign in.
- Review the dashboard.