Kubernetes: Running MongoDB on Kubernetes with StatefulSets

Visits: 24769Running MongoDB replica set with one click is the goal. Perhaps this will help. At Google, everything runs in a container, including databases. You just need the right tools. Kubernetes 1.5 includes the new StatefulSet API object (in previous versions, StatefulSet was known as PetSet). With StatefulSets, Kubernetes makes it much easier to run …