Closed maelk closed 4 years ago
Here is a first draft document with the scope and goals [WIP] : https://docs.google.com/document/d/1LLywou05ak7df1VYQns27k70s6NgA8I-fILuJPDJZfI
We've done something for this in OpenShift. Roughly the idea is that we bring up a cluster with a self-hosted load balancer and allow configuration of an external load balancer post-install if desired.
The self hosted load balancer solution for the API includes keepalived and haproxy. First we require a virtual IP (VIP) to be allocated for this purpose. The VIP is managed by keepalived across the masters. haproxy is also running on all of the masters. API traffic goes to the host where the VIP currently resides, and is redirected to one of the active hosts by haproxy.
@celebdor FYI - in case you'd like to add some more input here
That is a very good description of what we do, @russellb . @maelk Let me know if you want to discuss that in more detail.
@celebdor yes I would be very interested in discussing it, to know how you did it in details and see if it is applicable for us.
/label priority/backlog
/label kind/feature
/kind feature
/priority backlog
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
.
Stale issues will close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close
.
/lifecycle stale
/remove-lifecycle stale
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
.
Stale issues will close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close
.
/lifecycle stale
Stale issues close after 30d of inactivity. Reopen the issue with /reopen
. Mark the issue as fresh with /remove-lifecycle stale
.
/close
@metal3-io-bot: Closing this issue.
This is one of the missing parts to migrate our manual cluster to use cluster-api. I saw there is a way to use VIP using keepalived, but we need proper loadbalancing. (We've used kube-vip for this).
Here is a first draft document with the scope and goals [WIP] : https://docs.google.com/document/d/1LLywou05ak7df1VYQns27k70s6NgA8I-fILuJPDJZfI
This doc mentioned BGP based loadbalancing that I want. Is there any progress for the approach?
This issue is related to https://github.com/metal3-io/cluster-api-provider-baremetal/issues/101. When provisioning a cluster, we need to set up a load-balancer for the control-plane, since we may not be able to rely on a cloud-provider load-balancer. With this issue, we will go through the different alternatives to set up an HA cluster on baremetal nodes without external load-balancer.
We will start with a design document opened to discussion.