21f774fd23
* (fix) Broken links in Korean documentation. (#18179) * Modified link between Korean documents. (#18152) * Update to outdated files in the dev-1.16-ko.7 (#18146) * Updates to documents that do not reflect the original text - 1.16 (#18166) * Update path of referenced links in translated documents - 1.16. (#18164) Co-Authored-By: Oleg Butuzov <butuzov@users.noreply.github.com> Co-Authored-By: Seokho Son <shsongist@gmail.com> Co-Authored-By: Yuk, Yongsu <ysyukr@gmail.com> Co-authored-by: Oleg Butuzov <butuzov@users.noreply.github.com> Co-authored-by: Seokho Son <shsongist@gmail.com> Co-authored-by: Yuk, Yongsu <ysyukr@gmail.com>
19 lines
610 B
Markdown
19 lines
610 B
Markdown
---
|
|
title: 컨테이너 런타임 인터페이스(Container runtime interface, CRI)
|
|
id: cri
|
|
date: 2019-03-07
|
|
full_link: /ko/docs/concepts/overview/components/#컨테이너-런타임
|
|
short_description: >
|
|
Kubelet과 컨테이너 런타임을 통합시키기 위한 API
|
|
|
|
|
|
aka:
|
|
tags:
|
|
- fundamental
|
|
---
|
|
컨테이너 런타임 인터페이스(CRI)는 노드의 Kubelet과 컨테이너
|
|
런타임을 통합시키기 위한 API이다.
|
|
|
|
<!--more-->
|
|
API와 스펙에 대한 정보는 [CRI](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md)를 참고한다.
|