Skip to main content

Synopsis

dorgu platform serve [flags]
Start a local web UI dashboard for visualizing ClusterPersona resources. The server watches ClusterPersona resources in the connected Kubernetes cluster and broadcasts real-time updates to the browser via WebSocket. Once started, the dashboard is available at http://localhost:PORT (default port 8080).

Flags

FlagTypeDefaultDescription
-p, --portstring8080HTTP server port
--kubeconfigstring$KUBECONFIG or ~/.kube/configPath to kubeconfig file
--contextstringcurrent contextKubernetes context to use
-v, --verboseboolfalseEnable verbose logging

Examples

Start the dashboard on the default port:
dorgu platform serve
Start on a custom port:
dorgu platform serve --port 3000
Use a specific kubeconfig and context:
dorgu platform serve --kubeconfig ~/.kube/staging.yaml --context staging-cluster
Enable verbose logging for debugging:
dorgu platform serve --verbose
The platform is in early development. Features and UI are subject to change.