Skip to content
#

load-balancer

Here are 858 public repositories matching this topic...

fedepaol
fedepaol commented Jun 30, 2022

Right now, we are checking that the pods are exposing the metrics, but we are not sure all the integration with prometheus works.
In other words, if our podmonitor configuration is broken, CI won't tell us.

What we should do is:

  • Deploy the prometheus operator as part of our inv dev-env deployment (potentially, under a parameter)
  • Checks the metrics are collected and exposed by prometheus
aniaan
aniaan commented Mar 11, 2022

Is your feature request related to a problem? Please describe.

This is the logic currently implemented in the main branch:

If headers criteria are configured, a request is filtered in if it matches both headers and urls. If headers criteria are NOT configured, the probability options are used.

Describe the solution you'd like

I want to take the URL check when no header is

good first issue help wanted go
haproxy
wtarreau
wtarreau commented Mar 23, 2022

Your Feature Request

Some applications are not case-sensitive on the URL parameters, and may look for arguments presented under any fantasist format. One could argue that we could turn the complete string to lower case before performing the lookup, but that would also change the values, which is not desired. A better approach would be to improve url_param, urlp, and urlp_val() to take a

type: feature good first issue
renyunkang
renyunkang commented Feb 18, 2022

What we need

In the case of using openelb as the Kubernetes load balancing implementation, the allocation of openelb external-ip-pool can only be viewed on the terminal interface by accessing Kubernetes resources with kubectl. However, more and more kubernetes users are using specific dashboards to operate and manage clusters or workloads, such as KubeSphere. Therefore, the current usage is n

kind/feature good first issue
fassergey
fassergey commented May 5, 2021

Question

Can we force the new sanitizing key to be applied to the configuration on /refresh call?

Environment (please complete the following information):

  • .NET Core 3.1.3
  • Steeltoe Version 3.0.2

Additional context or links

I tried to work with Steeltoe's /env and /refresh endpoints. What I noticed is that the sanitizer works only when a project is started. When you add a k

help wanted good first issue Type/question Component/Management

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