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. See CLI 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

export POD_NAME=$(kubectl get pods --namespace meshery -l "app.kubernetes.io/name=meshery,app.kubernetes.io/instance=meshery" -o jsonpath="{.items[0].metadata.name}") kubectl --namespace meshery port-forward $POD_NAME 9081:8080