Skip to content

Commit c1f833c

Browse files
authored
Merge pull request #76 from cybertec-postgresql/newReadme
update Readme
2 parents b046100 + 5786eea commit c1f833c

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Fully integrated with GitOps/CI/CD workflows and infrastructure-as-code principl
1111
## Highlights
1212

1313
- **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**
1717
- **Support for cloud & on-prem environments**
1818

1919
---
@@ -26,7 +26,8 @@ Fully integrated with GitOps/CI/CD workflows and infrastructure-as-code principl
2626
- In-place major upgrades of all clusters (fast & secure)
2727
- Backup & restore to PVC, AWS, GCS and Azure
2828
- 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
3031
- User & credential management at K8s level
3132
- Support for own TLS certificates
3233
- **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
4041

4142
- **Declarative configuration** via Kubernetes CRDs - completely in the spirit of *Infrastructure as Code*.
4243
- **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.
4647

4748
This architecture forms the basis for a modern, highly available and scalable PostgreSQL platform in the cloud era.
4849

0 commit comments

Comments
 (0)