标签: kubernetes traefik
在1.5版本中,Traefik刚刚实施了速率限制功能https://github.com/containous/traefik/pull/2034
但我不知道如何在Traefik Ingress Controller中使用它。有没有办法使用Annotations设置速率限制?
感谢。
答案 0 :(得分:1)
目前,您无法使用注释定义速率限制。 此功能来自v1.6:https://github.com/containous/traefik/pull/2612