Questions tagged [fabio]
7 questions
2
votes
0 answers
Fabio grpc route not found even though service properly registered
I am trying to figure out why my fabio service does not reroute properly.
The closest thing that I found close to my issue is this github issue -> https://github.com/fabiolb/fabio/issues/605
Here is my routing table properly registered
Service:…

panoskarajohn
- 1,846
- 1
- 21
- 37
2
votes
0 answers
Microservices with dynamic ports
I have a series of microservices that I have been testing. Originally it was using Service Fabric however I have switched to using Consul, Fabio, Nomad which I like better.
In development on my machine things work well however I am running into some…

Telavian
- 3,752
- 6
- 36
- 60
1
vote
1 answer
Fabio/Traefic added value to Consul
With its DNS interface or with the prepared queries, consul already allows to do load balancing. So I wonder what is the added value of a solution like Traefik or Fabio.

Florian Huc
- 43
- 9
0
votes
1 answer
Fabio Load balancing not resolving
I have provisioned Fabio job using Nomad as seen below:
job "fabio" {
datacenters = ["dc1"]
type = "system"
group "fabio" {
network {
port "lb" {
static = 9999
}
port "ui" {
static = 9998
}
}
…

Andy Johnson
- 639
- 8
- 27
0
votes
0 answers
fabio doesn't pick up consul service registry
I am trying to run consul, fabio and my microservice called email-api in docker. When I run it, i see that consul registers all my services through registrator and I also added urlprefix- tag to my microservice. For some reason fabio can't pickup my…

Andy Johnson
- 639
- 8
- 27
0
votes
1 answer
How to use gRPC with cloudflare+nginx+fabio?
I have a gRPC Java app and I configured Fabio to balance the load (I will be running 2+ instances of app) and CloudFlare for proxy.
What I have done so far:
Nginx reverse proxy setup
server {
listen [::]:443 ssl http2 ipv6only=on;
…

rgaraisayev
- 398
- 3
- 13
-1
votes
1 answer
Consul fabio microservices
Can you clarify pls what are the main steps to make Consul run on the local machine (not in dev mode(!)) to connect e.g. a microservice from another microservice, if it's possible using Fabio as a load balancer.
Should I create a datacenter with acl…

Iren
- 43
- 4