DataHub
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| latest/edge | 13 | 27 Aug 2025 |
juju deploy datahub-k8s --channel edge
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
-
encryption-keys-secret-id | string
Juju secret ID for the Frontand and GMS encryption keys.
-
external-fe-hostname | string
The hostname used for external connections to the Frontend. This will default to the name of the deployed application with a
-frontendsuffix. -
external-gms-hostname | string
The hostname used for external connections to the GMS. This will default to the name of the deployed application with a
-gmssuffix. -
kafka-topic-prefix | string
Prefix for the names of Kafka topics created and used by DataHub.
-
oidc-secret-id | string
Juju secret ID for the OIDC authentication secrets.
-
opensearch-index-prefix | string
Prefix for the names of Opensearch indices created and used by DataHub.
-
tls-secret-name | string
Name of the k8s secret which contains the TLS certificate to be used by ingress.
-
use-play-cache-session-store | boolean
Use Play framework's cache as session store instead of OIDC cookies. Use this option when response headers are too large for reverse proxy buffers. Note that this option turns the frontend service stateful and it is currently unsupported for horizontally scaled deployments.