-
Notifications
You must be signed in to change notification settings - Fork 729
Open
Description
I'm just wondering if you've looked into using PodDisruptionBudgets and AntiAffinity rules at all for this example?
I was playing around with a new cluster on gke, deployed zookeeper and Kafka and then upgraded my cluster to a different version of kubernetes. I noticed, while the nodes were draining/coming back up, near the end all my zookeeper pods ended up being on the same node, which when preempted caused a brief zookeeper outage.
The standard zookeeper k8s example (https://kubernetes.io/docs/tutorials/stateful-application/zookeeper/) does contain both of them. Is there a particular reason why it's not used, or just not something that you've looked into yet?
Metadata
Metadata
Assignees
Labels
No labels