How to set rate limit for Traefik Ingress Controller?

12/28/2017

In version 1.5, Traefik just implemented Rate limiting feature https://github.com/containous/traefik/pull/2034

But I don't know how to use this in Traefik Ingress Controller. Is there any way to set Rate limit by using Annotations?

Thanks.

-- Long Nguyen
kubernetes
traefik

1 Answer

12/29/2017

For now, you cannot define rate limit with annotations. This feature come in v1.6: https://github.com/containous/traefik/pull/2612

-- ldez
Source: StackOverflow