vmware-archive / kops

Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management
Apache License 2.0
3 stars 3 forks source link

Explore vSphere's DRS cluster and anti-affinity constructs, for master HA #65

Open prashima opened 7 years ago

prashima commented 7 years ago

vSphere doesn't really have any use for zones right now, we are just providing some dummy zones in kops create cluster. So essentially multiple masters might end up getting provisioned on same ESX. We can, however, think about making user of DRS cluster and its anti-affinity construct for making sure that masters land on different ESXs. Thus have better chance of surviving a failure.

fabulous-gopher commented 7 years ago

This issue was moved to kubernetes/kops#2733