Community.traefik.io

Healthcheck through Traefik

WebTraefik sends requests through endpoints that are exposed thanks to the Kubernetes service. Regarding Docker Swarm you can also create Healthcheck on a …

Actived: 4 days ago

URL: https://community.traefik.io/t/healthcheck-through-traefik/10000

How to setup health checks for Traefik

WebWell I have seen the install documents you listed. Let me explain why this documentation is not clear to a new comer like myself. [backends] [backends.backend1] …

Category:  Health Go Health

How to do `healthcheck` on traefik itself

WebTthe command healtcheck is a standalone command:. docker run traefik:v2.0.0-rc2 healthcheck docker run traefik:v1.7.14 healthcheck and the binary is …

Category:  Health Go Health

Ping endpoint working but docker healthcheck fails

Webhey, please have a look on the recommended health check command. You can update the domain that points to Traefik instance and tune other parameters …

Category:  Health Go Health

How to read server status in load balancer service

WebHi, I'm trying to write a health check, which will monitor servers within the load balancer service. I found one solution - add health check to the loadbalancer …

Category:  Health Go Health

[SOLVED] Health Check Failing when service port exposed

WebI am using traefik v2.3.5 with docker swarm. Here is my provider: [providers] [providers.docker] watch = true swarmMode = true exposedbydefault = false And this is …

Category:  Health Go Health

Question: will Traefik wait until a successful health check before

WebWith Traefik dynamic configuration via container labels (Docker Swarm), while a container has labels for routing and health checking, will Traefik first perform the …

Category:  Health Go Health

Expose ping to external load balancer

WebHi, in traefik v1, it was enough to just enable [ping] entryPoint = "https" It seems something else is required on v2 to expose the ping endpoint? I've tried ping: {} …

Category:  Health Go Health

Error calling healthcheck: please enable `ping` to use health check

WebHello World! I'm trying to configure the health check for the Traefik: Traefik Ping Documentation - Traefik Traefik Services Documentation - Traefik So, I was able to …

Category:  Health Go Health

Health Check failing with Network Load Balancer on EKS

WebHello! I'm having a hard time understanding what's going wrong here. I'm running Traefik (2.2) on Kubernetes (1.17) via the CRD in Amazon EKS. I'm trying to …

Category:  Health Go Health

Behaviour of healthchecks when using loadbalancer.healthcheck in …

WebHi everyone, I have a question regarding the usage of loadbalancer.healthcheck with traefik. I'm using traefik in docker-swarm and I'm using - …

Category:  Health Go Health

Configure Traefik to Pass Health Checks on GCP

WebGoogle Cloud GCP Will NOT forward to Ingress that does not pass health checks. Could anyone share how exactly to configure Traefik Ingress to pass health …

Category:  Health Go Health

API and dashboard doesn't display unhealthy statuses

WebHi, when testing the healthchecks, its seem like the API (and thus the dashboard) doesn't display the proper status of services? I simply stopped one container …

Category:  Health Go Health

Disable healthfilter for docker provider

WebThere is an open PR on this topic: Don't ignore labels from unhealthy containers in docker provider by jvasseur · Pull Request #8690 · traefik/traefik · GitHub. …

Category:  Health Go Health

Exposing Traefik dashboard on a different port

WebIt seems I figured out where was the source of the problem. I had this line in my config: - "traefik.http.routers.traefik.middlewares=auth@file,https-redirect@file". I …

Category:  Health Go Health

Strange healthcheck behaviour

Web@jpd what confuses me about traefik healthcheck is that it seems that it only works if you give the same configuration to the traefik you are checking and the traefik …

Category:  Health Go Health

Minio healtcheack with traefik

WebSure thing, this is what give back: HTTP/1.1 200 OK Accept-Ranges: bytes Content-Length: 0 Content-Security-Policy: block-all-mixed-content Server: MinIO Strict …

Category:  Health Go Health

HTTP/2 (h2c) annotations on Kubernetes Ingress not being applied

WebHi, We are currently running Traefik v1.7 and are looking to migrate to v2.1. In addition to the migration, we are also looking to move some gRPC services which …

Category:  Health Go Health

Traefik Ingress controller + sticky sessions

WebWalter.Heestermans December 23, 2021, 9:46am 1. We are evaluating the Traefik Ingress controller --> Ingress provider. This works fine for non-sticky sessions, but now I like to …

Category:  Health Go Health