Accessing Meshery UI
To access Mesheryβs UI via port-forwarding, please refer to the port-forwarding guide for detailed instructions.
Use mesheryctl system dashboard
to open your default browser to Meshery UI, click here to see the reference.
Docker Desktop
Your default browser will be opened and directed to Mesheryβs web-based user interface typically found at http://localhost:9081
.
Kubernetes
Access Meshery UI by exposing it as a Kubernetes service or by port forwarding to Meshery UI.
[Optional] Port Forward to Meshery UI
kubectl port-forward svc/meshery 9081:9081 --namespace meshery