Added image to readme, added/rewrote features. (#1031)
* Added image to readme, added/rewrote features.
This commit is contained in:
parent
0c6655a22d
commit
6869c2cf1b
24
README.md
24
README.md
|
|
@ -8,25 +8,27 @@
|
|||
|
||||
<img src="docs/diagrams/logo.png" width="200">
|
||||
|
||||
The Postgres Operator enables highly-available [PostgreSQL](https://www.postgresql.org/)
|
||||
The Postgres Operator delivers an easy to run highly-available [PostgreSQL](https://www.postgresql.org/)
|
||||
clusters on Kubernetes (K8s) powered by [Patroni](https://github.com/zalando/spilo).
|
||||
It is configured only through manifests to ease integration into automated CI/CD
|
||||
pipelines with no access to Kubernetes directly.
|
||||
It is configured only through Postgres manifests (CRDs) to ease integration into automated CI/CD
|
||||
pipelines with no access to Kubernetes API directly, promoting infrastructure as code vs manual operations.
|
||||
|
||||
### Operator features
|
||||
|
||||
* Rolling updates on Postgres cluster changes
|
||||
* Volume resize without Pod restarts
|
||||
* Database connection pooler
|
||||
* Cloning Postgres clusters
|
||||
* Logical backups to S3 Bucket
|
||||
* Rolling updates on Postgres cluster changes, incl. quick minor version updates
|
||||
* Live volume resize without pod restarts (AWS EBS, others pending)
|
||||
* Database connection pooler with PGBouncer
|
||||
* Restore and cloning Postgres clusters (incl. major version upgrade)
|
||||
* Additionally logical backups to S3 bucket can be configured
|
||||
* Standby cluster from S3 WAL archive
|
||||
* Configurable for non-cloud environments
|
||||
* Basic credential and user management on K8s, eases application deployments
|
||||
* UI to create and edit Postgres cluster manifests
|
||||
* Works well on Amazon AWS, Google Cloud, OpenShift and locally on Kind
|
||||
|
||||
### PostgreSQL features
|
||||
|
||||
* Supports PostgreSQL 9.6+
|
||||
* Supports PostgreSQL 12, starting from 9.6+
|
||||
* Streaming replication cluster via Patroni
|
||||
* Point-In-Time-Recovery with
|
||||
[pg_basebackup](https://www.postgresql.org/docs/11/app-pgbasebackup.html) /
|
||||
|
|
@ -55,6 +57,10 @@ production for over two years.
|
|||
For a quick first impression follow the instructions of this
|
||||
[tutorial](docs/quickstart.md).
|
||||
|
||||
## Supported setups of Postgres and Applications
|
||||
|
||||

|
||||
|
||||
## Documentation
|
||||
|
||||
There is a browser-friendly version of this documentation at
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
After Width: | Height: | Size: 849 KiB |
Loading…
Reference in New Issue