The Wayback Machine - https://web.archive.org/web/20201112030519/https://github.com/topics/load-balancer
Skip to content
#

load-balancer

Here are 609 public repositories matching this topic...

iyangsj
iyangsj commented Apr 8, 2020

Background

  • BFE can be configured with Passive Health Check (i.e. Outlier Detection) and use responses from real requests to determine whether an backend instance is healthy.

Description
Add Active Health Check support:

  • Actively and periodically send health checking requests to backend.
  • Use responses from health checking requests to determine whether an backend instance is he
russellb
russellb commented Sep 17, 2020

I recently added support for automatically configuring MetalLB in BGP mode in the dev env by running inv dev-env with --protocol bgp or -p bgp. It would be helpful to add similar support for configuring MetalLB in layer2 mode. It would be run with --protocol layer2 or -p layer2.

What I would expect this to do is to configure MetalLB with a minimal ConfigMap that includes a small p

kimbell
kimbell commented Nov 4, 2020

We are building common libraries for use in our .NET Core services infrastructure. Some of these need to expose endpoints or add custom middleware. We are using Steeltoe for Eureaka, so I did some exploring of your codebase.

I see a pattern of using an IStartupFilter for modifying the endpoints using UseEndpoints(). This is not an approach I've seen anywhere else. I asked a question relate

Improve this page

Add a description, image, and links to the load-balancer topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the load-balancer topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.