Contour Rate Limits
Contour itself is a Kubernetes ingress controller; its primary "API surface" is a set of Kubernetes Custom Resource Definitions (HTTPProxy, ContourConfiguration, ExtensionService) consumed in-cluster via the kube-apiserver. There is no Contour-hosted public API that imposes its own per-second request limits. Contour does, however, provide rate-limiting capabilities for the ingress traffic it manages - via local rate limiting (Envoy token-bucket) and global rate limiting (delegated to an external rate-limit service over Envoy's gRPC ratelimit protocol). Those are operator-configured limits applied to incoming HTTP traffic, not limits on the Contour API itself.
Contour Rate Limits is the machine-readable rate-limit profile for Contour on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 3 rate-limit definitions, measuring varies and requests_per_second.
The profile also includes 3 backoff/retry policies defined.
Tagged areas include Envoy, Ingress Controller, Kubernetes, Networking, and Open Source.