website/content/en/docs/reference/glossary/cri.md

19 lines
540 B
Markdown

---
title: Container runtime interface (CRI)
id: cri
date: 2019-03-07
full_link: /docs/concepts/overview/components/#container-runtime
short_description: >
An API for container runtimes to integrate with kubelet
aka:
tags:
- fundamental
---
The container runtime interface (CRI) is an API for container runtimes
to integrate with kubelet on a node.
<!--more-->
For more information, see the [CRI](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md) API and specifications.