Does Kubernetes Federation rebalance pods across clusters after it recovers from outage?

徘徊边缘 提交于 2019-12-25 09:42:55

问题


When the federation plane recovers from a zone outage, would it discover the changes I made to the other cluster? For instance, assume a federation with clusters A and B. Cluster A hosts the federation. I have a pod deployment with 4 replicas; cluster A and B gets 2 each. When cluster A goes down, hence federation plane goes down, if I increase the replica count on Cluster B to 4 to compensate for the loss of cluster A, what happens when federation comes back up? Would it overwrite cluster B back to 2 replicas?

来源:https://stackoverflow.com/questions/44446275/does-kubernetes-federation-rebalance-pods-across-clusters-after-it-recovers-from

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!