diff --git a/content/en/docs/reference/glossary/cri.md b/content/en/docs/reference/glossary/cri.md new file mode 100644 index 0000000000..841e9df445 --- /dev/null +++ b/content/en/docs/reference/glossary/cri.md @@ -0,0 +1,18 @@ +--- +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. + + +For more information, see the [CRI](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md) API and specifications.