Using Kubernetes (Beta)
Last updated
Was this helpful?
Last updated
Was this helpful?
This guide walks you through deploying the LangDB AI Gateway enterp Refer to individual database links for deploying and scaling clusters for postgres, redis and clickhouse.
Checkout the repository
This will deploy:
ai-gateway (using the default image)
uses External Postgres, Redis, and ClickHouse
values.yaml
This will automatically mount your config.yaml into the container at
/app/config.yaml
and the ai-gateway will use it on startup.
Run the following command to install the AI Gateway:
This deploys:
ai-gateway using the default image.
Connections to external Postgres, Redis, and ClickHouse instances.
By default, the service is exposed as a ClusterIP
. To access it externally, you can port-forward:
Then access the gateway at http://localhost:8080
.
To remove the deployment:
Check out the full source repository here: