Overview diagrams

Add overview diagram of what would be created for a postgres cluster by
operator
This commit is contained in:
erthalion 2019-01-29 14:58:58 +01:00
parent 9c7558816c
commit b8e75152e5
2 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,11 @@ manages PostgreSQL clusters on Kubernetes:
3. Finally, the operator periodically synchronizes the actual state of each 3. Finally, the operator periodically synchronizes the actual state of each
Postgres cluster with the desired state defined in the cluster's manifest. Postgres cluster with the desired state defined in the cluster's manifest.
Here is a diagram, that summarizes what would be created by the operator, when a
new Postgres cluster CRD was submitted:
![postgresql-operator](docs/diagrams/operator.png "K8S resources, created by operator")
There is a browser-friendly version of this documentation at There is a browser-friendly version of this documentation at
[postgres-operator.readthedocs.io](https://postgres-operator.readthedocs.io) [postgres-operator.readthedocs.io](https://postgres-operator.readthedocs.io)

BIN
docs/diagrams/operator.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 253 KiB