/postgres-operator

PostgreSQL Operator Creates/Configures/Manages PostgreSQL Clusters on Kubernetes

Primary LanguageGoApache License 2.0Apache-2.0

Crunchy Data PostgreSQL Operator

Latest Release: 3.3.0 2024-03-26

General

The postgres-operator is a controller that runs within a Kubernetes cluster that provides a means to deploy and manage PostgreSQL clusters.

Please view the official Crunchy Data PostgreSQL Operator documentation here. If you are interested in contributing or making an update to the documentation, please view the Contributing Guidelines.

Official Documentation

Installation

To build and deploy the Operator on your Kubernetes system, follow the instructions documented on the Installation page.

If you’re seeking to upgrade your existing Operator installation, please visit the Upgrading the Operator page. Also read the Release Notes as to details on recent changes to the Operator.

More design information is found on the How It Works page.

Configuration

The operator is template-driven; this makes it simple to configure both the client and the operator. The configuration options are documented on the Configuration page.

Getting Started

postgres-operator commands are documented on the Getting Started page.