Odigos Central is the centralized deployment mode of Odigos, allowing organizations to manage observability configurations from a single UI across multiple Kubernetes clusters.
Install Odigos Central
odigos pro central install
command:Access the Central UI
http://localhost:3000
and the Central Backend to http://localhost:8081
.Connect Remote Clusters
odigos config set
command to configure the central backend URL and cluster name:central-backend-url
should point to your Central Backend service and must include the port number. If you’re using port-forward, this would be http://localhost:8081
.--onprem-token
is valid and has the necessary permissions.