Deploying a Hybrid Data Pipeline Kubernetes cluster
- Last Updated: July 17, 2025
- 1 minute read
- Hybrid Data Pipeline
- Version 5.0
- Documentation
The Hybrid Data Pipeline Helm chart may be used to deploy Hybrid Data Pipeline to an Azure Kubernetes Service (AKS) cluster with the Application Gateway Ingress Controller (AGIC). The Helm chart is supported with Hybrid Data Pipeline 4.6.2.3113 and higher.
The Hybrid Data Pipeline Helm chart bootstraps Hybrid Data Pipeline to a Kubernetes cluster using the Helm package manager. The following resources are deployed:
- Hybrid Data Pipeline cluster
- Persistent volume for shared files
- Persistent volume for logs
- PostgreSQL system database (dependency on Bitnami PostgreSQL Helm chart)
Note:
- If you choose to mount the root filesystem of the container as read-only
(
readOnlyRootFilesystem: true), additional persistent volumes are created. See Mounting the root filesystem as read-only for details. - For information on resource allocation, see Allocating resources.
To deploy the Helm Chart, you must have permissions to deploy an AKS cluster, create an Application Gateway, and set up storage. The following workflow describes the steps to deploy Hybrid Data Pipeline on AKS using the Helm chart.