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
Q: eoapi-k8s uses the postgres-operator from crunchydata. Is there a reason why you have chosen this solution? There is also a postgres-operator from Zalando. What are the benefits using an operator instead of a postgres helm chart?
2
+
3
+
A: We made the choice to use Crunchydata's operator over Zalando's operator and cloudnative-pg's operator (they all install operators even if using the helm install option) after considering the following things:
4
+
5
+
1. quality of the documentation
6
+
2. backlog of issues
7
+
3. knowing that a lot of core PG contributors work at Crunchydata and hearing about some of the cutting edge things they are doing
8
+
4. talking with other folks in our community
9
+
10
+
That said, what we want out of an operator "most" of the above options share:
11
+
12
+
1. backups
13
+
2. some kind of connection pooling option set up for us
14
+
3. good solid docs and choices about how upgrades work
15
+
16
+
See also https://github.com/developmentseed/eoapi-k8s/issues/132
0 commit comments