> ## Documentation Index
> Fetch the complete documentation index at: https://arizeai-433a7140.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 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:

```bash theme={null}
git clone https://github.com/Arize-ai/phoenix.git
```

From the repository root, apply the kustomize configuration:

```csharp theme={null}
kubectl apply -k kustomize/base
```

This will deploy:

* Phoenix application configured to use PostgreSQL

* PostgreSQL database with persistent storage
