Skip to main content
Once Odigos Central is running, you need to configure your remote clusters to connect to it. This is done by installing Odigos in each remote cluster with the Central Proxy configuration. Set centralProxy.centralBackendURL (and clusterName). That URL is what the Central Proxy uses to open a WebSocket to Central at /ws/proxy. It must be reachable from the remote cluster, include a scheme (https:// in production), and match the hostname you expose for central-backend. If UI and backend share one ingress host, use that host — and make sure /ws/proxy is routed to central-backend, not central-ui. See Authentication and Architecture.
To connect VM hosts, see VM Agent. For cloud accounts (AWS, GCP, and more), see Cloud Connectors.
Remote clusters require the same Odigos Enterprise license token as the central installation.

Connect a remote cluster

Example:

TLS Configuration

For production deployments, configure TLS for secure communication between the Central Proxy and Central Backend:
Create the CA certificate secret:
Create the client certificate secret (for mTLS):
The proxy connects to /ws/proxy (not /wss/proxy). It uses the wss scheme when the backend URL host ends with :443. Verify the connection with:
Look for WebSocket connection established.