Files
website/content/en/docs/reference/glossary/container-runtime-interface.md
Sascha Grunert 26aa51a940 Add CRI architecture to cluster concepts
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-11-30 09:35:51 +01:00

710 B
Raw Permalink Blame History

title, id, date, full_link, short_description, aka, tags
title id date full_link short_description aka tags
Container Runtime Interface container-runtime-interface 2021-11-24 /docs/concepts/architecture/cri The main protocol for the communication between the kubelet and Container Runtime.
cri

The main protocol for the communication between the kubelet and Container Runtime.

The Kubernetes Container Runtime Interface (CRI) defines the main gRPC protocol for the communication between the cluster components {{< glossary_tooltip text="kubelet" term_id="kubelet" >}} and {{< glossary_tooltip text="container runtime" term_id="container-runtime" >}}.