File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
- # couchdb-statefulset-assembler
2
- Helper to automatically join members of a StatefulSet into a CouchDB cluster
1
+ # CouchDB StatefulSet Assembler
2
+
3
+ This code is intended to be deployed as a sidecar container in a Pod alongside
4
+ the official CouchDB container when running CouchDB as a Kubernetes StatefulSet.
5
+ It will resolve the DNS records maintained by Kubernetes to discover the other
6
+ peers in the cluster, then automatically populate the Pod's _ nodes DB with the
7
+ names of the other nodes. The end result is that the cluster is automically
8
+ joined up.
9
+
10
+ If the deployment is scaled * up* after the initial creation those new Pods will
11
+ be automatically added. Scaling * down* does not automatically remove the Pods
12
+ from the membership database at this time.
You can’t perform that action at this time.
0 commit comments