fabio
fabio copied to clipboard
Consul Load-Balancing made simple
Hi, Unable to get real ip from fabio where traffic if routed from cloudflare. Nginx supports this header. real_ip_header CF-Connecting-IP; https://github.com/ergin/nginx-cloudflare-real-ip Is it possible to do same thing in fabio.
We're using Fabio in front of a microservice that runs on a single node, but that has a hot spare on another node for failover. The goal is for Fabio...
when start fabio it log [WARN]: line 8: syntax error: 'route add' invalid
It would be awesome if Fabio supported least connections load balancing. There are cases when load balancing across multiple instances of the same service, some instances may become more overloaded...
Hello, The health check in Fabio i used by consul and always returned OK. We have Load balancer in front of fabio (like a lot of people i suppose) with...
Hi all, If there's a shutdown wait delay setup in Fabio's config, does the /health endpoint continue to report a 200 OK during a shutdown or does it start returning...
This is the metrics section of my fabio.properties file ``` metrics.target = statsd metrics.prefix = fabio. ``` I've analyzed packets getting sent from fabio to statsd exporter using wireshark and...
Hi, We recently upgrade four completely separate clusters running fabio to 1.5.13 from 1.5.11. Since then two of the sites have all their fabios using a high percentage of CPU....
Hi, We've experienced and issue twice where a single fabio container in a group of fabios (running under nomad) happens to have old stale routes. Fabios is determinting routes to...
Hello! I have Fabio as a proxy between the client and Nginx. I am trying to access client ip from inside of Nginx via variables and all the variables and...