You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@ Fully integrated with GitOps/CI/CD workflows and infrastructure-as-code principl
11
11
## Highlights
12
12
13
13
-**Completely declarative configuration** via custom resources
14
-
- Highly available PostgreSQL clusters** with [Patroni](https://github.com/zalando/patroni)
15
-
- Seamless integration into CI/CD pipelines** (e.g. ArgoCD, Flux)
16
-
- Compatible with OpenShift**
14
+
- Highly available **PostgreSQL clusters** with [Patroni](https://github.com/zalando/patroni)
15
+
- Seamless integration into **CI/CD pipelines** (e.g. ArgoCD, Flux)
16
+
- Compatible with **OpenShift**
17
17
-**Support for cloud & on-prem environments**
18
18
19
19
---
@@ -26,7 +26,8 @@ Fully integrated with GitOps/CI/CD workflows and infrastructure-as-code principl
26
26
- In-place major upgrades of all clusters (fast & secure)
27
27
- Backup & restore to PVC, AWS, GCS and Azure
28
28
- Client-side backup encryption
29
-
- Support for standby clusters & multi-site topologies
29
+
- Support for standby clusters
30
+
- Support for Multisite-Clusters with automatic failover
30
31
- User & credential management at K8s level
31
32
- Support for own TLS certificates
32
33
-**TDE** integration with **[CYBERTEC PGEE](https://www.cybertec-postgresql.com/en/products/cybertec-postgresql-enterprise-edition/)**
@@ -40,9 +41,9 @@ The CYBERTEC PG Operator is designed from the ground up with a **cloud-native ap
40
41
41
42
-**Declarative configuration** via Kubernetes CRDs - completely in the spirit of *Infrastructure as Code*.
42
43
-**Self-healing and automation** through Kubernetes and [Patroni](https://github.com/zalando/patroni), including automatic failover, leader election and rolling updates.
43
-
- CI/CD-friendly**: No direct access to the Kubernetes API required - ideal for GitOps workflows and automated deployments.
44
-
- Platform-independent**: Runs on any Kubernetes-compatible infrastructure - whether public cloud, on-prem or hybrid.
45
-
- API-driven control**: Patroni provides a REST API to query the cluster state and trigger failover - essential for dynamic, service-oriented architectures.
44
+
-**CI/CD-friendly**: No direct access to the Kubernetes API required - ideal for GitOps workflows and automated deployments.
45
+
-**Platform-independent**: Runs on any Kubernetes-compatible infrastructure - whether public cloud, on-prem or hybrid.
46
+
-**API-driven control**: The operator uses the Kubernetes API for declarative control and orchestrates critical processes such as failover, leader election and replication internally via Patroni - essential for dynamic, service-oriented architectures.
46
47
47
48
This architecture forms the basis for a modern, highly available and scalable PostgreSQL platform in the cloud era.
0 commit comments