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

40 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
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 kubelet on a node.
-->
容器运行时接口Container Runtime InterfaceCRI是一组与节点上 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.
-->
更多信息, 请参考 [容器运行时接口](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md) API 与规格。