Containerd CRI API

Container Runtime Interface (CRI) implementation that enables Kubernetes to use containerd as its container runtime. Supports pod sandbox management, container lifecycle operations, image pulling, and streaming APIs for exec, attach, and port-forward.

API entry from apis.yml

apis.yml Raw ↑
aid: containerd:containerd-cri-api
name: Containerd CRI API
description: Container Runtime Interface (CRI) implementation that enables Kubernetes to use containerd
  as its container runtime. Supports pod sandbox management, container lifecycle operations, image pulling,
  and streaming APIs for exec, attach, and port-forward.
humanURL: https://github.com/containerd/containerd/tree/main/pkg/cri
properties:
- type: Documentation
  url: https://containerd.io/docs/
- type: Reference
  url: https://github.com/containerd/containerd/tree/main/pkg/cri
- type: JSONSchema
  url: json-schema/containerd-config-schema.json
tags:
- Container Runtime
- CRI
- Kubernetes