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
2. The operator also watches updates to [its own configuration](https://github.com/zalando-incubator/postgres-operator/blob/master/manifests/configmap.yaml)
15
+
and alters running Postgres clusters if necessary. For instance, if a pod
16
+
docker image is changed, the operator carries out the rolling update. That
17
+
is, the operator re-spawns one-by-one pods of each StatefulSet it manages
18
+
with the new Docker image.
19
+
20
+
3. Finally, the operator periodically synchronizes the actual state of each
21
+
Postgres cluster with the desired state defined in the cluster's manifest.
22
+
23
+
## Concepts
24
+
25
+
### Scope
4
26
5
27
The scope of the postgres operator is on provisioning, modifying configuration
6
28
and cleaning up Postgres clusters that use Patroni, basically to make it easy
@@ -15,7 +37,7 @@ experience.
15
37
Monitoring of clusters is not in scope, for this good tools already exist from
16
38
ZMON to Prometheus and more Postgres specific options.
17
39
18
-
## Status
40
+
###Status
19
41
20
42
This project is currently in active development. It is however already
21
43
[used internally by Zalando](https://jobs.zalando.com/tech/blog/postgresql-in-a-time-of-kubernetes/)
0 commit comments