Implement rate limiting with Istio on Azure Kubernetes Service
In my last blog post I walked you through the setup of the rate limiting reference implementation: The Envoy Proxy ratelimit service.
-> https://www.danielstechblog.io/run-the-envoy-proxy-ratelimit-service-for-istio-on-aks-with-azure-cache-for-redis/
Our today’s topic is about connecting the Istio ingress gateway to the ratelimit service. The first step for us is the Istio documentation.
-> Read more [...]