Create 3 different masters in 3 different regions - Kubernetes on AWS

0 votes
I know how to create a cluster with one master and multiple nodes but this time I'm trying to create a cluster with has multiple masters and multiple nodes with masters scattered around in three different regions. So 3 masters in 3 regions - one master per region. Is this even possible?
Jan 8, 2019 in Kubernetes by Ali
• 11,360 points
402 views

1 answer to this question.

0 votes

Yes @Ali that's possible. You just have to add these two flags to your kops create cluster command.

--master-count int32               Set the number of masters.  Defaults to one master per master-zone
--master-zones strings             Zones in which to run masters (must be an odd number)

In your case:

--master-count 9
--master-zones us-east-1d,us-east-1b,us-east-1c
answered Jan 8, 2019 by Malana

Related Questions In Kubernetes

0 votes
1 answer

kubernetes on AWS get region name in pod

Try having the container query the kubernetes/AWS ...READ MORE

answered Oct 4, 2018 in Kubernetes by Kalgi
• 52,360 points
922 views
0 votes
1 answer

Create LoadBalancer for kubernetes cluster in aws

Hello @Lina, If you're running your cluster on ...READ MORE

answered Oct 8, 2018 in Kubernetes by Kalgi
• 52,360 points
524 views
0 votes
1 answer
0 votes
1 answer

Trying to create Kubernetes cluster inside existing vpc in aws

You can add this ENV variable  export VPC_ID=vpc-YOURID READ MORE

answered Oct 17, 2018 in Kubernetes by Kalgi
• 52,360 points
594 views
+2 votes
1 answer

Deploy Docker Containers from Docker Cloud

To solve this problem, I followed advice ...READ MORE

answered Sep 3, 2018 in AWS by Priyaj
• 58,090 points
2,472 views
+1 vote
1 answer
0 votes
2 answers
0 votes
2 answers
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP