41 lines
1.0 KiB
Markdown
41 lines
1.0 KiB
Markdown
---
|
|
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: /zh/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 与规格。
|