Last updated
Last updated
Phoenix can be deployed on Kubernetes with either SQLite backed by a persistent disc or with PostgreSQL.
You must have a working Kubernetes cluster accessible via kubectl
.
Clone the Arize-Phoenix repository:
From the repository root, apply the kustomize
configuration for SQLite:
This will yield a single node deployment of Phoenix with a local SQLite.
Manifests for PostgreSQL tend to be complex, so we recommend using kustomize
.
Clone the Arize-Phoenix repository:
From the repository root, apply the kustomize
configuration for PostgreSQL:
This will yield a single node deployment of Phoenix pointed to a remote PostgreSQL.