NoSQL: ZooKeeper on Kubernetes

| | bookmark | email

ZooKeeper on Kubernetes

What I really like about using kubernetes with ZooKeeper, is that kubernetes will recreate the container, if it dies or the health check fails. For ZooKeeper this also means that if a container that hosts an ensemble server dies, it will get replaced by a new one. This guarantees that there will be constantly a quorum of ZooKeeper servers.

tags:zookeeper,kubernetes,docker

via NoSQL databases