Tekton Rate Limits
Tekton itself does not enforce HTTP rate limits — its primary API is the Kubernetes API server, which applies its own request-rate limits (max-requests-inflight, max-mutating-requests-inflight, APF — API Priority and Fairness). Tekton controllers expose tunable knobs for concurrent reconciles, throttling outbound calls to the Kubernetes API, and the EventListener Sink. Tekton Triggers EventListeners are protected only by their own ingress / reverse-proxy configuration. Operators are responsible for placing rate limits at the cluster ingress, the EventListener service, and the Tekton Hub front-end if exposed publicly.
Tekton Rate Limits is the machine-readable rate-limit profile for Tekton on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 5 rate-limit definitions, measuring kube-api-requests-per-second, kube-api-burst, pipelineruns, webhooks-per-second, and requests-per-priority-level.
The profile also includes 4 backoff/retry policies defined and response codes documented for unauthenticated, forbidden, and tooManyRequests.
Tagged areas include DevOps, CI/CD, Kubernetes, Open Source, and Rate Limiting.