-
Notifications
You must be signed in to change notification settings - Fork 1
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
HA Kubernetes Setup #5
Comments
Maybe this is a good start. kubernetes/kubeadm#277 |
We were thinking with @capgadsx that it will be a good solution to put kubemaster and etcd in a VM in Ovirt and do backups in lustre with rsync, so the HA is up to Ovirt. With a good VM configuration(auto net, auto service up in restarts, etc) the only enemy will be a IML server's failure or an entire datacenter failure. |
That is overthink. 3 etcd is enough. |
I agree with @sirspock. Please do not complicate things more than it will be needed. If 3 independent disks of 3 different servers fail at the same time, everyone will understand a 503! @capgadsx can you edit your first comment to add a brief doc of the 3 etcd solution we are currently using? (just for the sake of documentation) |
At this point we already implemented the 3-member etcd cluster and we have 3 kubernetes api-servers running. We still have to setup the load-balancer for the api-servers |
The idea is to implement the solution described in the official kubernetes documentation, using a clustered etcd deployment and load-balanced api-servers.
The text was updated successfully, but these errors were encountered: