Crunchy Data is pleased to announce the release of the Crunchy PostgreSQL Operator 4.6, which automates and simplifies deploying and managing open source Postgres clusters on Kubernetes and other Kubernetes-enabled Platforms. Instructions for getting started with the PostgreSQL Operator can be found here:
https://access.crunchydata.com/documentation/postgres-operator/latest/quickstart/
or get started by running:
kubectl create ns pgo;
kubectl apply -f https://raw.githubusercontent.com/CrunchyData/postgres-operator/v4.6.0/installers/kubectl/postgres-operator.yml
This release adds support for rolling updates on Postgres clusters. A rolling update applies changes that require a restart, such as CPU or memory adjustments, across instances using a strategy that minimizes potential downtime or interruptions. Built for supporting high availability PostgreSQL workloads on Kubernetes, the rolling update functionality of the PostgreSQL Operator can be both implicitly and explicitly triggered.
Major features of the 4.6 release include:
and more.
For a full list of features, including detailed descriptions of these changes, please see the release notes.
Crunchy Data is proud to support the development and maintenance of the PostgreSQL Operator.