OdigosCloudConnector CRD.
Enabling the feature does not create per-account connectors. After the subsystem is running, add an AWS or GCP connector from the Central UI.
Cloud Connectors require the same Odigos Enterprise on-prem token (or install
secret) as the rest of the Central installation.
What gets installed
WhencloudConnectors.enabled is true and the Central install secret exists, the chart installs:
- The
OdigosCloudConnectorCRD - The
connector-runtimecontroller - Bundled PostgreSQL (
odigos-connector-postgres) and a PVC when persistence is enabled
Enable Cloud Connectors
- CLI
- Helm
At install time:On an existing Central installation:
PostgreSQL configuration
Cloud Connectors use a bundled PostgreSQL instance undercloudConnectors.postgres. Configure these values when you enable the feature:
string
default:"odigos"
Database password. Change this for non-development installs.
string
default:"odigos"
Database username.
string
default:"odigos_central"
Database name.
boolean
default:"true"
Persist connector state on a PVC.
string
default:"20Gi"
PVC size. Your cluster must provide storage.
string
default:""
Storage class. Empty uses the cluster default.
Advanced Postgres settings
Advanced Postgres settings
Optional provider image overrides
Optional provider image overrides
Provider connector images (
cloudConnectors.aws.image, cloudConnectors.gcp.image) default to the versions shipped with the chart.Verify
After enablement, confirm the subsystem is running in the Central namespace (defaultodigos-central):
connector-runtime and odigos-connector-postgres in a Running state.
Once both pods are Running, you are ready to add a cloud provider connector.
Next steps
Add AWS connector
Connect an AWS account.
Add GCP connector
Connect a Google Cloud project.
Instrument workloads
Create Sources after a connector is online.