Running MongoDB in GKE with StatefulSets

In this post we are exploring how to run MongoDB in GKE using StatefulSets.
 
A StatefulSet manages Pods that are based on an identical container specification. Unlike a Deployment, a StatefulSet maintains a sticky identity for each of their Pods.
 
Continue reading at cloudsquared.blog

Leave a Reply