Start Dapr dashboard.
dapr dashboard [flags]
Name | Environment Variable | Default | Description |
---|---|---|---|
--help , -h | Prints this help message | ||
--kubernetes , -k | false | Opens Dapr dashboard in local browser via local proxy to Kubernetes cluster | |
--namespace , -n | dapr-system | The namespace where Dapr dashboard is running | |
--port , -p | 8080 | The local port on which to serve Dapr dashboard | |
--version , -v | false | Print the version for Dapr dashboard |
dapr dashboard
dapr dashboard -p 9999
dapr dashboard -k
dapr dashboard -k -p 9999