By downloading you acknowledge and agree to the Crunchy Data Terms of Use and Data Collection Notice

Postgres OperatorGet Postgres up and running on your Kubernetes cluster

Self-service tools for developers and data scientists to easily get productive with PostgreSQL and Crunchy Data products.

Install PGO

You can install PGO from the repo using the commands below:

kubectl apply -k kustomize/install/namespacekubectl apply --server-side -k kustomize/install/default

This will create a namespace called postgres-operator and create all of the objects required to deploy PGO.

To check on the status of your install, you can run:

kubectl -n postgres-operator get pods \--selector=postgres-operator.crunchydata.com/control-plane=postgres-operator \--field-selector=status.phase=Running

If the PGO Pod is healthy, you should see output similar to:

NAME                 READY   STATUS    RESTARTS   AGEpostgres-operator   1/1     Running   0          3s

Resources, support, and more

Looking for more Postgres and Kubernetes Content?

Postgres Operator Docs

Dive into more advanced concepts and tutorials in our PGO documentation.

Get Started

Expert Help

No matter where your cluster is deployed get support from our PGO pros.

Learn More

Kubernetes Blog Posts

Troubleshooting Postgres in Kubernetes

12 min readRead post

pgAdmin for All of Your Postgres Kubernetes Clusters

8 min readRead post

Announcing Crunchy Postgres for Kubernetes 5.5

5 min readRead post

Deploying Crunchy Postgres for Kubernetes in a Multi-Zone Cluster

6 min readRead post

Huge Pages and Postgres in Containers

4 min readRead post
Read more posts