Self-Hosted Deployment
You can deploy Digital Twins for Apache AGE using Docker or Helm. The preferred method is Helm for Kubernetes environments.
Helm Chart Deployment
- Add the Konnektr Helm repository:
- Install the AgeDigitalTwins chart:
- Verify the installation:
Helm Chart Configuration
The Helm chart can be customized using a values.yaml
file. Below are some of the most important configuration options:
api.logLevel
: Set the log level (Error
,Warning
,Information
,Debug
,Trace
).api.openTelemetry.enabled
: Enable OpenTelemetry integration.api.resources
: Set resource requests and limits for the API pods.api.service.type
: Service type (ClusterIP
,NodePort
, etc.).api.ingress.enabled
: Enable ingress for external access.cluster.instances
: Number of PostgreSQL instances.cluster.storage.size
: Persistent storage size for the database.backups.enabled
: Enable or disable backups.events.config.eventSinks
: Configure event sinks (Kafka, Kusto, MQTT, etc.).
Example values.yaml
For a full list of configuration options, see the values.yaml
file in the Helm chart.