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
+20-6Lines changed: 20 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -29,23 +29,37 @@ Fully integrated with GitOps/CI/CD workflows and infrastructure-as-code principl
29
29
- Support for standby clusters & multi-site topologies
30
30
- User & credential management at K8s level
31
31
- Support for own TLS certificates
32
-
- TDE integration** with [CYBERTEC PGEE](https://www.cybertec-postgresql.com/en/products/cybertec-postgresql-enterprise-edition/)
32
+
-**TDE**integration with **[CYBERTEC PGEE](https://www.cybertec-postgresql.com/en/products/cybertec-postgresql-enterprise-edition/)**
33
33
- Migration from AWS EBS `gp2` to `gp3` with IOPS and throughput config
34
34
35
35
---
36
36
37
+
### Cloud native architecture
38
+
39
+
The CYBERTEC PG Operator is designed from the ground up with a **cloud-native approach**:
40
+
41
+
-**Declarative configuration** via Kubernetes CRDs - completely in the spirit of *Infrastructure as Code*.
42
+
-**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.
46
+
47
+
This architecture forms the basis for a modern, highly available and scalable PostgreSQL platform in the cloud era.
48
+
49
+
---
50
+
37
51
## PostgreSQL features
38
52
39
53
- PostgreSQL 13 to 17
40
54
- Streaming replication via **Patroni**
41
55
- Fully integrated backup & PITR with `pgBackRest` or `pg_basebackup`
0 commit comments