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
1,284 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,340 points
1,853 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,340 points
1,555 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,340 points
1,617 views
+1 vote
1 answer
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
7,872 views
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