-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kops Create Master HA with 2 AZ AWS Singapore #3088
Comments
Please correct me if I'm wrong, but due to the nature of etcd clustering,
which requires a quorum of at least 51% of the nodes up, you shouldn't even
consider having 2 nodes, because if one of them goes down, the entire
"master" cluster will go down (I guess).
So, you should consider a minimum of 3 nodes in 3 AZs.
I also feel it would be nice to have some basic HA for the masters with 2
nodes (active/passive for example), so if anyone knows a better (or the
right) way to achieve this with kops let us know...
About your specific question, I believe at this moment kops doesn't allow
to create a cluster with 2 masters only, but I'm just a kops user, not a
developer.
Thanks!!
El 29 jul. 2017 10:18 a. m., "Abdi Darmawan" <notifications@github.com>
escribió:
… Hi all,can im set Kops create HA Master Kubernetes in singapore regions
with only 2 AZ ?
Example like this
--zones=ap-southeast-1a,ap-southeast-1b --master-zones=ap-southeast-
1a,ap-southeast-1b
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3088>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AYJbpcCHP-6XDMWuwsJc4sqLBIBJamn9ks5sSurVgaJpZM4OnS48>
.
|
I agree with @eedugon, you shouldn't create a etcd cluster with 2 systems. It is better to have odd number of masters so that etcd cluster will have odd number of systems. But for your case, you can specify |
Issues go stale after 90d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Hi all,can im set Kops create HA Master Kubernetes in singapore regions with only 2 AZ ?
Example like this
--zones=ap-southeast-1a,ap-southeast-1b --master-zones=ap-southeast-1a,ap-southeast-1b
The text was updated successfully, but these errors were encountered: