CRI-O CRI gRPC API

CRI-O implements the Kubernetes Container Runtime Interface (CRI) gRPC API that the kubelet uses to manage pod sandboxes, containers, image lifecycle, and runtime status. The CRI gRPC API is served over a Unix domain socket (default /var/run/crio/crio.sock) and includes services for RuntimeService and ImageService as defined by the upstream CRI protobuf specification.

API entry from apis.yml

apis.yml Raw ↑
aid: cri-o:cri-o-cri-grpc-api
name: CRI-O CRI gRPC API
description: CRI-O implements the Kubernetes Container Runtime Interface (CRI) gRPC API that the kubelet
  uses to manage pod sandboxes, containers, image lifecycle, and runtime status. The CRI gRPC API is served
  over a Unix domain socket (default /var/run/crio/crio.sock) and includes services for RuntimeService
  and ImageService as defined by the upstream CRI protobuf specification.
humanURL: https://kubernetes.io/docs/concepts/architecture/cri/
properties:
- type: Documentation
  url: https://kubernetes.io/docs/concepts/architecture/cri/
- type: Specification
  url: https://github.com/kubernetes/cri-api
- type: GitHubRepository
  url: https://github.com/cri-o/cri-o
tags:
- CRI
- gRPC
- Kubelet
- Kubernetes