odigos ui
Start the Odigos UI
Synopsis
Start the Odigos UI. This will start a web server that you can access in your browser and enables you to manage and configure Odigos.
Examples
# Start the Odigos UI on http://localhost:3000
odigos ui
# Start the Odigos UI on specific port if 3000 is already in use
odigos ui --port 3456
# Start the Odigos UI and have it manage and configure a specific cluster
odigos ui --kubeconfig <path-to-kubeconfig>
Options
--address string Address to serve the UI on (default "localhost")
-h, --help help for ui
--port int Port to listen on (default 3000)
Options inherited from parent commands
--kube-context string (optional) name of the kubeconfig context to use
--kubeconfig string (optional) absolute path to the kubeconfig file (default "KUBECONFIG")
-v, --verbose enable verbose output
SEE ALSO
- odigos - Automate OpenTelemetry Observability in Kubernetes