Rate limiting on API using Kubernetes Ingress

5/28/2019

I have deployed multiple APIs on Kubernetes using GKE ingress, and want to enable Rate limiting on all deployed API,

I have tried Nginx ingress and it has option for rate limiting but i have to use GKE ingress because of it support global load balancing.

Also i have search for Istio and Ambassador which supports rate limiting ,

But i am new to envoy services, Can anybody suggest what option will be good for rate limiting for my multiple apis.

-- Linux guru
google-kubernetes-engine
kubernetes
kubernetes-ingress
rate-limiting

0 Answers