vmware-archive / kops

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

Multi-master deployment #64

Open prashima opened 7 years ago

prashima commented 7 years ago

Currently multiple masters can be deployed if masterCount and masterZones flags are set appropriately. But this multi-master deployment is not really usable or tested. This issue is for:

  1. Creating a proper multi-master deployment with load balancer.
  2. Testing this multi-master deployment to see how the failure of a master will affect the cluster and end user.
pdhamdhere commented 7 years ago

I understand this is stretch goal for v1 but if we could get this to work with S/W load balancer with little effort then it's a big plus.

fabulous-gopher commented 7 years ago

This issue was moved to kubernetes/kops#2734