Linkerd Rate Limits
Linkerd does not run as a SaaS — APIs are exposed on cluster (proxy admin on port 4191 per pod, control-plane gRPC services). There is no provider-side rate limit on Linkerd's APIs themselves; throughput is bounded by your Kubernetes cluster's CPU / memory / network. Linkerd does enforce circuit-breaking and retry budgets on the data plane; those are the rate-limit-like primitives users typically configure.
Linkerd Rate Limits is the machine-readable rate-limit profile for Linkerd on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 4 rate-limit definitions, measuring requests_per_second, retry_ratio, and consecutive_failures.
The profile also includes 4 backoff/retry policies defined and response codes documented for circuitOpen and retriesExhausted.
Tagged areas include Rate Limiting, Service Mesh, Kubernetes, and Observability.