apk
apk copied to clipboard
Requests sent to a rate limited API are not throttled upon exceeding API rate limit
Description:
- Create an API with a RateLimitPolicy
- Invoke the API until the limit is exceeded
- Use the following command and note that the relevant CR has been updated.
kubectl get ratelimitpolicies -n apk
- Even after the limit is exceeded, the API can be called without an issue when it should get a 429 response.
However, when the common controller pod is restarted, it works as expected.