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

41 lines
1.0 KiB
Markdown
Raw Permalink 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: 容器运行时接口CRI
id: cri
date: 2019-03-07
full_link: /zh/docs/concepts/overview/components/#container-runtime
short_description: >
一组与 kubelet 集成的容器运行时 API
aka:
tags:
- fundamental
---
容器运行时接口 (CRI) 是一组与节点上 kubelet 集成的容器运行时 API
<!--
---
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.
-->
<!--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 与规格。