mesheryctl system dashboard
Open Meshery UI in browser.
mesheryctl system dashboard [flags]
Examples
Open Meshery UI in browser
mesheryctl system dashboard
Open Meshery UI in browser and use port-forwarding (if default port is taken already)
mesheryctl system dashboard --port-forward
Open Meshery UI in browser and use port-forwarding, listen on port 9081 locally, forwarding traffic to meshery server in the pod
mesheryctl system dashboard --port-forward -p 9081
(optional) skip opening of MesheryUI in browser.
mesheryctl system dashboard --skip-browser
Note: Meshery's web-based user interface is embedded in Meshery Server and is available as soon as Meshery starts. The location and port that Meshery UI is exposed varies depending upon your mode of deployment. See accessing \"Meshery UI\" for additional deployment-specific options: https://docs.meshery.io/installation/accessing-meshery-ui.
Options
-h, --help help for dashboard -p, --port int (optional) Local port that is not in use from which traffic is to be forwarded to the server running inside the Pod. (default 9081) --port-forward (optional) Use port forwarding to access Meshery UI --skip-browser (optional) skip opening of MesheryUI in browser.
Options inherited from parent commands
--config string path to config file (default "/home/runner/.meshery/config.yaml") -c, --context string (optional) temporarily change the current context. -v, --verbose verbose output -y, --yes (optional) assume yes for user interactive prompts.
Note: The --port-forward
flag is intended for use exclusively when Meshery is deployed in a Kubernetes cluster (platform: kubernetes
).
See Also
Go back to command reference index, if you want to add content manually to the CLI documentation, please refer to the instruction for guidance.