Is it possible set whitelist with rate limit in traefik 1.7

2/11/2020

I use traefik with k8s. In the documentation there are no examples for working with the white list. rate limit docs

kubernetes.io/ingress.class: traefik
traefik.ingress.kubernetes.io/rate-limit: |
  extractorfunc: client.ip
  rateset:
    to-back:
      period: 2s
      average: 5
      burst: 15
-- xFloooo
kubernetes
ratelimit
traefik
traefik-ingress
whitelist

0 Answers