Rate Limit Filter とは?
rate limit filter は、プロキシや gateway のリクエストパスに位置し、クライアント、ルート、header などのキーごとに最大リクエストレートを適用します。上限を超えたリクエストは、通常 too-many-requests のステータスで拒否されます。カウントはプロキシにローカルな場合もあれば、共有の rate-limit サービスを通じて調整される場合もあります。
なぜ重要か
rate limiting は、トラフィックの急増や乱用的なクライアントから backend を守り、負荷下でもシステムを安定させます。authorization や timeout と並ぶ、一般的なエッジの制御です。
関連ガイド
What Is an Authorization Policy?An authorization policy defines which callers may access which services or paths in a mesh, allowing or denyi…
What Is a Gateway Resource?A gateway resource defines how external traffic enters a mesh or cluster, configuring the ports, protocols, a…
What Is a Timeout Policy?A timeout policy sets the maximum time a proxy will wait for a backend response before giving up and returnin…