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

19 lines
564 B
Markdown
Raw Normal View History

2019-03-27 23:26:48 +00:00
---
title: Container runtime interface (CRI)
id: cri
date: 2019-03-07
full_link: https://kubernetes.io/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 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.