{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreidfgms33izixbrktw2jrpyb6i7c4vbpwvk4jsfn7b4vew4czt7dzu",
    "uri": "at://did:plc:5sgu76a53rz3n6unbykmovqy/app.bsky.feed.post/3mlogthb7soc2"
  },
  "description": "containerd is an industry-standard container runtime daemon that manages the complete container lifecycle on a host: image pull and storage, container execution, snapshotting, and networking. It is the runtime that Kubernetes, Docker, and most container platforms call underneath.\n\n\nHow it fits\n\nContainer tooling is typically layered. Docker and Kubernetes are high-level interfaces; they delegate the actual running of containers to a runtime. containerd sits in the middle: it accepts requests, ma",
  "path": "/engineering-glossary/containerd-container-runtime-daemon/",
  "publishedAt": "2026-05-12T18:40:33.000Z",
  "site": "https://sahilkapoor.com",
  "tags": [
    "Docker",
    "Kubernetes",
    "OCI",
    "Container Runtime",
    "Image Layer"
  ],
  "textContent": "**containerd** is an industry-standard container runtime daemon that manages the complete container lifecycle on a host: image pull and storage, container execution, snapshotting, and networking. It is the runtime that Kubernetes, Docker, and most container platforms call underneath.\n\n## How it fits\n\nContainer tooling is typically layered. **Docker** and **Kubernetes** are high-level interfaces; they delegate the actual running of containers to a runtime. **containerd** sits in the middle: it accepts requests, manages images, and in turn calls a lower-level OCI runtime (**runc**) to start container processes using Linux namespaces and cgroups.\n\n## What it provides\n\n  * Image pull from OCI registries, layer storage, content-addressable blob store\n  * Container creation, start, stop, delete via the CRI (Kubernetes) and the containerd gRPC API\n  * Snapshotters (overlayfs, btrfs, devmapper, ZFS) that materialise images as filesystems\n  * CNI integration for networking plugins\n  * Metrics, events, and a plugin architecture\n\n\n\nšŸ”—\n\n**Related Terms**\nDocker, Kubernetes, OCI, Container Runtime, Image Layer.",
  "title": "containerd",
  "updatedAt": "2026-05-13T19:14:47.982Z"
}