82a65e007b
* Reference/tools/v0.1 (#15401) * Translate reference/glossary/contributor.md in Korean (#15433) * Translate reference/glossary/cla in Korean (#15436) * Update what-is-kubernetes.md (#15446) * Translate glossary components tagged with `Fundamental` into korean (#15426) * Translate content/ko/docs/concepts/overview/working-with-objects/fiel… (#15393) * Translate tasks/administer-cluster/cluster-management in Korean (#15472) Co-Authored-By: lapee79 <lapee79@gmail.com> Co-Authored-By: alice_k106 <alice_k106@naver.com> Co-Authored-By: Sunghoon Kang <me@devholic.io> Co-Authored-By: 박주은 <elpion19@gmail.com> Co-Authored-By: JiMyung Lee <lee.ji.myung@gmail.com> Co-Authored-By: Sean Park <seanpark.hh@gmail.com> Co-Authored-By: Seokho Son <shsongist@gmail.com>
19 lines
623 B
Markdown
19 lines
623 B
Markdown
---
|
|
title: 컨테이너 런타임 인터페이스(Container runtime interface, CRI)
|
|
id: cri
|
|
date: 2019-03-07
|
|
full_link: https://kubernetes.io/docs/concepts/overview/components/#container-runtime
|
|
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)를 참고한다.
|