Traefik Rate Limits
Traefik Proxy is self-hosted software, so request throttling is configured by the operator (via the RateLimit / InFlightReq HTTP middlewares and the InFlightConn TCP middleware) rather than imposed by Traefik Labs as a vendor. Traefik Hub adds the APIPlan CRD, which carries documented rate and quota fields (limit, period, bucket) that operators apply per managed subscription. The Hub control plane's own API-management quotas are not published on the public site and are part of each customer's commercial agreement.
Traefik Rate Limits is the machine-readable rate-limit profile for Traefik Labs on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 5 rate-limit definitions, measuring requests, in-flight requests, in-flight TCP connections, and varies.
The profile also includes 5 backoff/retry policies defined.
Tagged areas include API Gateway, API Management, Kubernetes, and Rate Limiting.