website/content/zh-cn/docs/reference/glossary/cri.md

43 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: 容器运行时接口Container Runtime InterfaceCRI
id: cri
date: 2019-03-07
full_link: /zh-cn/docs/concepts/overview/components/#container-runtime
short_description: >
一组与 kubelet 集成的容器运行时 API
aka:
tags:
- fundamental
---
<!--
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 {{< glossary_tooltip text="kubelet" term_id="kubelet" >}} on a node.
-->
容器运行时接口Container Runtime InterfaceCRI是一组让容器运行时与节点上
{{< glossary_tooltip text="kubelet" term_id="kubelet" >}} 集成的 API。
<!--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.
-->
更多信息,请参考[容器运行时接口CRI](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md)
API 与规范。