You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently trying to put in place a Consul + FabioLB service to allow for hybrid service discovery and routing... we use a mix of VMs and K8S for services.
Since having valid health checks seems not possible, I am looking for a workaround at Fabio level, perhaps via tagging to allow a route to be created to a Consul K8s Synced service.
Is there such a possibility in FabioLB? To allow the creation of routes without a health check... since the health check is being done a K8S level.
The text was updated successfully, but these errors were encountered:
@tristanmorgan its an interesting idea, but that defeats a bit the purpose of having consul in the first place for us... we wanted to take advantage of the auto-discovery features.
Having a CRON job doing that every 60 seconds is also something to consider... as a fallback workaround.
After reading the documentation I was not able to see any flag to disable the healthcheck, TLS seems possible but no skipthealthcheck option... I will take a look at the code and see how much effort it would be to have this in place.
I am currently trying to put in place a Consul + FabioLB service to allow for hybrid service discovery and routing... we use a mix of VMs and K8S for services.
I am currently being blocked by Consul K8S sync health check issue hashicorp/consul-k8s#29
Since having valid health checks seems not possible, I am looking for a workaround at Fabio level, perhaps via tagging to allow a route to be created to a Consul K8s Synced service.
Is there such a possibility in FabioLB? To allow the creation of routes without a health check... since the health check is being done a K8S level.
The text was updated successfully, but these errors were encountered: