Overview diagrams (#466)

Add overview diagram of what would be created for a postgres cluster by
operator
This commit is contained in:
Dmitry Dolgov 2019-01-29 21:42:13 +01:00 committed by Sergey Dudoladov
parent 43e8288751
commit 44895939f3
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
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
[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