29235743ed
- Update to Outdated files in dev-1.17-ko.2 branch. (#18236) - Update path of referenced links in translated documents - 1.17 (#18282) - Use original text for a code (#18358) - Updates to documents that do not reflect the original text - 1.17 (#18270) - Translate services-networking/dual-stack.md in Korean. (#18251) - Update cluster-large.md (#18232) - Translate services-networking/network-policies.md in Korean. (#18269) - Modify reference links for translated documents added from previous branches. (#18432) - Translate docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases.md in Korean (#18484) Co-Authored-By: Lawrence Kay <lkay9495@hotmail.com> Co-Authored-By: Yuk, Yongsu <ysyukr@gmail.com> Co-Authored-By: Jmnote <opcore@gmail.com> Co-Authored-By: Claudia J.Kang <claudiajkang@gmail.com> Co-authored-by: Seokho Son <shsongist@gmail.com> Co-Authored-By: June Yi <june.yi@samsung.com> Co-authored-by: Yuk, Yongsu <ysyukr@gmail.com> Co-authored-by: Lawrence Kay <me@lkaybob.pe.kr> Co-authored-by: Jmnote <opcore@gmail.com> Co-authored-by: Seokho Son <shsongist@gmail.com> Co-authored-by: June Yi <june.yi@samsung.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)를 참고한다.
|