At my company we are current adding rate limiting to our nginx ingress configuration. I really like that it is just one annotation there to get started + one configMap entry to set the response code to 429. After that I looked into how to handle this 429 code in our client. It is fairly easy to just handle it with a message like "You are clicking too fast", but I wanted a bit more advby StefanLobbenmeier - Ideas and Feature Requests