DEV Community

Discussion on: Multi AZ Kubernetes with kops in AWS regions with only 2 AZ

Collapse
 
yevgeniyo profile image
Yevgeniy Ovsyannikov

This should be fixed!

kops create cluster --zones=us-east-1c --master-count=3 k8s.example.com will create 3 masters all in us-east-1c

You can also:

kops create cluster --zones=us-east-1b,us-east-1c --master-zones=us-east-1b,us-east-1c --master-count=3, it will round-robin around the master zones, so it will so pick b,c,b