Deployment
Instructions for self-hosted deployment options
There are two main options to deploy the dbnl platform as a self-hosted deployment:
Helm chart: The dbnl platform can be deployed using a Helm chart to existing infrastructure provisioned by the customer.
Terraform module: The dbnl platform can be deployed using a Terraform module on infrastructure provisioned by the module alongside the platform. This is options is supported on AWS and GCP.
Which option to choose depends on your situation. The Helm chart provides maximum flexibility, allowing users to provision their infrastructure using their own processes, while the Terraform module provides maximum simplicity, reducing the installation to single Terraform command.
Was this helpful?