Containerd · Rate Limits

Containerd Rate Limits

Containerd's gRPC API is exposed locally over a Unix domain socket and (optionally) TCP by the containerd daemon. There is no built-in per-RPC rate limiting on the API surface itself; backpressure comes from gRPC concurrency settings, the runtime's resource ceilings, and the kubelet's CRI flow-control. Operators bound throughput through host resources (CPU, IO, fd / connection limits), the gRPC server's max-concurrent-streams setting, and registry-side image-pull rate limits.

Containerd Rate Limits is the machine-readable rate-limit profile for Containerd on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 3 rate-limit definitions, measuring concurrent_streams, concurrent_image_pulls, and varies.

The profile also includes 3 backoff/retry policies defined and response codes documented for resourceExhausted and unavailable.

Tagged areas include Cloud Native, Container Runtime, gRPC, Kubernetes, and Rate Limiting.

3 Limits
Cloud NativeContainer RuntimegRPCKubernetesRate Limiting

Limits

gRPC Concurrency Bound daemon
concurrent_streams
configured via containerd config grpc.max_recv_message_size / max_send_message_size and host resource ceilings
Containerd does not impose per-RPC token-bucket limits; concurrency is governed by gRPC server settings and OS-level fd / cgroup limits.
CRI Image-Pull Concurrency daemon
concurrent_image_pulls
configured via plugins."io.containerd.grpc.v1.cri".registry and max_concurrent_downloads
CRI image pulls are flow-controlled; tune `max_concurrent_downloads` and per-registry mirrors.
Registry-Side Limits external
varies
inherits from each container registry (Docker Hub / GHCR / ECR)
Image pulls inherit the upstream registry's rate limiting (e.g. Docker Hub's anonymous / authenticated pull limits).

Policies

Operator-Owned Limits
Containerd does not impose API rate limits; operators tune gRPC server settings, host resource ceilings, and the kubelet's CRI flow-control.
Backoff Strategy
Clients should respect gRPC RESOURCE_EXHAUSTED / UNAVAILABLE with exponential backoff and jitter — the kubelet does this natively for image pulls and runtime calls.
Authentication & Socket Permissions
Access to the containerd socket is governed by file-system permissions and (optionally) mTLS for TCP exposure; there is no per-token quota.

Sources

Work with this as data

Every rate limit here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for rate limits

4 MCP tools reach this
  • find_rate_limitsBrowse and filter every rate limit in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This rate limit
curl "https://apis.io/api/v1/rate-limits/containerd-rate-limits"
All rate limits
curl "https://apis.io/api/v1/rate-limits?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.