File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 11# CouchDB StatefulSet Assembler
22
33This 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.
4+ the [ semi-official CouchDB Docker
5+ image] ( https://hub.docker.com/r/apache/couchdb/ ) when running CouchDB as a
6+ Kubernetes StatefulSet. It will resolve the DNS records maintained by Kubernetes
7+ to discover the other peers in the cluster, then automatically populate the
8+ Pod's _ nodes DB with the names of the other nodes. The end result is that the
9+ cluster is automically joined up.
910
1011If the deployment is scaled * up* after the initial creation those new Pods will
1112be automatically added. Scaling * down* does not automatically remove the Pods
You can’t perform that action at this time.
0 commit comments