ZooKeeper: All content tagged as ZooKeeper in NoSQL databases and polyglot persistence
Tuesday, 11 November 2014
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.
I’m slightly behind with Docker and kubernetes so this is a bookmark to try out later.
Original title and link: ZooKeeper on Kubernetes ( ©myNoSQL)
via: http://iocanel.blogspot.com/2014/10/zookeeper-on-kubernetes.html