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

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)를 참고한다.