Rate limit and body size annotations ingress-nginx

Cap requests-per-second per client IP and raise upload limit; rps burst defaults to 5x

kubectl annotate ingress <name> -n <ns> nginx.ingress.kubernetes.io/limit-rps="10" nginx.ingress.kubernetes.io/proxy-body-size="50m"
more ingress-nginx all 7 commands →