Add CRI to glossary (#13024)
This commit is contained in:
parent
784201de61
commit
8ac581b50e
|
|
@ -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.
|
||||||
|
<!--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.
|
||||||
Loading…
Reference in New Issue