Crunchy PostgreSQL Operator 4.6: Rolling Updates, Pod Tolerations / Node Affinity, TLS for pgBouncer & more

Поиск
Список
Период
Сортировка
От Crunchy Data via PostgreSQL Announce
Тема Crunchy PostgreSQL Operator 4.6: Rolling Updates, Pod Tolerations / Node Affinity, TLS for pgBouncer & more
Дата
Msg-id 161178396110.4075.15209421528897660809@wrigleys.postgresql.org
обсуждение исходный текст
Список pgsql-announce
 

Crunchy PostgreSQL Operator 4.6: Rolling Updates, Pod Tolerations / Node Affinity, TLS for pgBouncer & more

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:

  • Rolling Updates on PostgreSQL clusters, which limits the impact on availability for operations that require restarts.
  • Pod Tolerations support, which allows for PostgreSQL instances to be scheduled to nodes that Kubernetes Taint rules.
  • Improved Node Affinity support, with support for both the "preferred" and "required" node affinity types.
  • TLS Support for pgBouncer, which allows for connections over TLS from client to pgBouncer, and pgBouncer to PostgreSQL.
  • Less Image, More Operator: the number of container images required to run the Postgres Operator is reduced.

and more.

For a full list of features, including detailed descriptions of these changes, please see the release notes.

Links

Crunchy Data is proud to support the development and maintenance of the PostgreSQL Operator.

 

В списке pgsql-announce по дате отправления:

Предыдущее
От: PWN via PostgreSQL Announce
Дата:
Сообщение: PostgreSQL Weekly News - January 24, 2021
Следующее
От: pgAdmin Development Team via PostgreSQL Announce
Дата:
Сообщение: pgAdmin 4 v4.30 Released