Skip to content

Commit

Permalink
Add documentation for CRI API moving to v1beta1
Browse files Browse the repository at this point in the history
Signed-off-by: Mrunal Patel <[email protected]>
  • Loading branch information
mrunalp committed Oct 27, 2020
1 parent ed07d3f commit 7ef4592
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions content/en/docs/concepts/containers/container-runtime-interface.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

---
reviewers:
- dchen1107
- derekwaynecarr
title: Container Runtime Interface
content_type: concept
weight: 20
---

<!-- overview -->

{{< feature-state for_k8s_version="v1.20" state="beta" >}}

This page describes the Container Runtime Interface (CRI).

kubelet communicates with a container runtime such as docker, containerd or CRI-O over the CRI
API. CRI is a grpc API with kubelet as the client and a container runtime implmenting the
server side.

CRI consists of an image service and a runtime service.

The runtime service is for managing pods and containers.

The image service is concerned with managing images for containers.

0 comments on commit 7ef4592

Please sign in to comment.