Cri O Rate Limits
CRI-O's APIs are local-host interfaces (CRI gRPC over a Unix socket, Status HTTP API, Prometheus /metrics) consumed by the kubelet and operators. CRI-O does not enforce per-second request rate limits on its own APIs; effective throughput is bounded by the host's CPU and the kubelet's own pacing. CRI-O does, however, support image-pull rate limiting via the pause_image_auth_file and the registries.conf rate-limiting controls (delegated to containers/image), and operator-side controls (--pids-limit, container-cpu-quota) bound runtime resource consumption per container.
Cri O Rate Limits is the machine-readable rate-limit profile for CRI-O on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 4 rate-limit definitions, measuring requests_per_second and pulls_per_second.
The profile also includes 3 backoff/retry policies defined.
Tagged areas include CNCF, Container Runtime, Containers, CRI, and Kubernetes.