Skip to content

Commit 045e338

Browse files
committed
Add link, clarify that images are "semi-official"
1 parent 0e234ff commit 045e338

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# CouchDB StatefulSet Assembler
22

33
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.
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

1011
If the deployment is scaled *up* after the initial creation those new Pods will
1112
be automatically added. Scaling *down* does not automatically remove the Pods

0 commit comments

Comments
 (0)