Kubernetes Nginx Ingress Controller support for rate limiting specific api paths

1/10/2019

Nginx supports rate limit over specific api calls. I want to do the same using Kubernetes Nginx Ingress Controller. However, when I apply annotation provided: nginx.ingress.kubernetes.io/limit-rps, it is putting rate limit over all api paths. Is it possible to do rate limit specific api paths in Kubenetes Nginx Ingress controller and what is the way to do it?

-- user2067572
kubernetes-ingress

0 Answers