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.

Create a Cluster

Let’s create a simple Postgres cluster. You can do this by executing the following command:

kubectl apply -k kustomize/postgres

This will create a Postgres cluster named hippo in the postgres-operator namespace.

To track on the progress of the cluster, you can run:

kubectl -n postgres-operator describe postgresclusters.postgres-operator.crunchydata.com hippo

This command is not shown in terminal due to the complexity of the response, but you can find more info about the kubectl describe command in the docs.

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