Skip to content
#

load-balancer

Here are 547 public repositories matching this topic...

traefik
ddreier
ddreier commented Apr 8, 2020

I'm curious about folks' opinion on allowing Fabio to make stale reads for the Consul Catalog backend. Currently Fabio is hard-coded to require consistent reads, which causes any request to go to the current leader in the Consul cluster.

In order to try to reduce load on our Consul leaders, we're testing out several changes to the way we run Fabio. This includes switching Fabio to perform stale

lubinsz
lubinsz commented Nov 1, 2017

Hi all,
What is the agreement for contributions?

It seems that I didn't find the inbound agreement.
In general, the inbound license should be 'Developer Certificate of Origin, version 1.1'.
The outbound license should be 'Apache License 2.0'
And the legal information of inbound license should be in CONTRIBUTING.md.

My boss want to know the inbound license of this project and the link.

stevej
stevej commented Jul 11, 2017
$ curl -X POST -vvvv  http://127.0.0.1:9989/shutdown
*   Trying 127.0.0.1...
* TCP_NODELAY set
* Connected to 127.0.0.1 (127.0.0.1) port 9989 (#0)
> POST /shutdown HTTP/1.1
> Host: 127.0.0.1:9989
> User-Agent: curl/7.52.1
> Accept: */*
>
< HTTP/1.1 200 OK
< Content-Length: 0
< Date: Tue, 11 Jul 2017 22:50:51 GMT
<
* Curl_http_done: called premature == 0
* Connection #0 to host 1
dawinter
dawinter commented May 25, 2019

Hi,

the Haproxy supports h2 frontend support and I tried to enable it with marathon-lb. I took a while but finally I was successful.

I created the following overwrite template HAPROXY_HTTPS_FRONTEND_HEAD file (including the leading and post empty line) and added into the template folder.

``

frontend marathon_https_in
bind *:443 ssl {sslCerts} alpn h2,http/1.1
mode http

``

krizhanovsky
krizhanovsky commented Jul 3, 2019

Tempesta TLS throws misleading Warning: Unrecognized TLS receive return code -16512, drop packet in too many cases. See current TLS functional tests for various different cases when we expect the warnings. We should log some meaningful human readable message instead of just error code.

Please fix tls/test_tls_cert.py tests (see comments), e.g. for InvalidHash test (SHA1) Tempesta throws m

jkonicki
jkonicki commented May 1, 2020

liveness probes are used to know when to restart a container. For example, liveness probes could catch a deadlock, where an application is running, but unable to make progress. Restarting a container in such a state can help to make the application more available despite bugs.

https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/

FeynmanZhou
FeynmanZhou commented Feb 11, 2020

Most people have asked a question, what's the difference and advantages between Porter and MetalLB? I think we need to investigate both of them and summarize the differences, it would be better that we can develop a roadmap for Porter.

BTW, according to our questionnaire survey, 50 % of users installed KubeSphere to BMs, it proves potential user scale is large.

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.