Kubernetes (kustomize)
Phoenix can be deployed on Kubernetes with PostgreSQL using kustomize.
Prerequisites
You must have a working Kubernetes cluster accessible via kubectl
.
PostgreSQL with Kustomize
The kustomize deployment uses PostgreSQL as the database backend. This is the recommended approach for production deployments.
Clone the Arize-Phoenix repository:
From the repository root, apply the kustomize configuration:
This will deploy:
Phoenix application configured to use PostgreSQL
PostgreSQL database with persistent storage
Last updated
Was this helpful?