website/content/ko/docs/reference/glossary/container-runtime.md

22 lines
807 B
Markdown

---
title: 컨테이너 런타임
id: container-runtime
date: 2019-06-05
full_link: /docs/reference/generated/container-runtime
short_description: >
컨테이너 런타임은 컨테이너 실행을 담당하는 소프트웨어이다.
aka:
tags:
- fundamental
- workload
---
컨테이너 런타임은 컨테이너 실행을 담당하는 소프트웨어이다.
<!--more-->
쿠버네티스느 여러 컨테이너 런타임을 지원한다. [Docker](http://www.docker.com),
[containerd](https://containerd.io), [cri-o](https://cri-o.io/),
[rktlet](https://github.com/kubernetes-incubator/rktlet)과
[Kubernetes CRI (컨테이너 런타임 인터페이스)](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md)를 구현한 모든 소프트웨어.