Containerd website screenshot

Containerd

An industry-standard container runtime with an emphasis on simplicity, robustness and portability.

4 APIs 0 Features
Cloud NativeContainer RuntimeCRIDockergRPCKubernetesOCI

APIs

Containerd gRPC API

Core gRPC API for managing the full container lifecycle including containers, images, content, snapshots, namespaces, tasks, leases, events, and plugins. Provides low-level acce...

Containerd CRI API

Container Runtime Interface (CRI) implementation that enables Kubernetes to use containerd as its container runtime. Supports pod sandbox management, container lifecycle operati...

Containerd Metrics API

The containerd metrics plugin exposes a Prometheus-compatible HTTP endpoint for scraping runtime metrics. When enabled via the metrics.address configuration option in config.tom...

Containerd NRI API

The Node Resource Interface (NRI) is a framework for plugging extensions into OCI-compatible container runtimes. NRI plugins receive lifecycle event notifications and can make c...

Collections

Pricing Plans

Containerd Plans Pricing

1 plans

PLANS

Rate Limits

Containerd Rate Limits

3 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Containerd Context

0 classes · 12 properties

JSON-LD

API Governance Rules

Containerd API Rules

7 rules · 4 errors 2 warnings 1 info

SPECTRAL

Resources

🔗
Website
Website
🔗
Documentation
Documentation
🚀
GettingStarted
GettingStarted
👥
GitHubOrganization
GitHubOrganization
👥
GitHubRepository
GitHubRepository
📄
ChangeLog
ChangeLog
🔗
Community
Community
🔗
CNCF Project
CNCF Project
🔗
License
License
🔗
JSONLD
JSONLD
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
Spectral
Spectral

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Containerd Metrics API
  version: 2.x
items:
- info:
    name: Metrics
    type: folder
  items:
  - info:
      name: Containerd Get Prometheus metrics
      type: http
    http:
      method: GET
      url: http://localhost:1338/v1/metrics
    docs: Returns all containerd metrics in Prometheus text exposition format. Metrics include gRPC server request counts
      and latency histograms (when grpc_histogram is enabled), snapshotter usage statistics, content store byte counts, task
      start and exit counters, and container count gauges. Each metric is labeled by namespace, snapshotter, or plugin type
      as appropriate. Requires the metrics address to be configured in the containerd config.toml.
bundled: true