Add content/es/docs/reference/glossary/container-runtime.md (#17175)

pull/18125/head
Javi Sabalete 2019-12-13 17:43:27 +01:00 committed by Kubernetes Prow Robot
parent 39c9d22986
commit 0347cf0702
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
---
title: Container Runtime
id: container-runtime
date: 2019-06-05
full_link: /es/docs/reference/generated/container-runtime
short_description: >
El _Container Runtime_, entorno de ejecución de un contenedor, es el software responsable de ejecutar contenedores.
aka:
tags:
- fundamental
- workload
---
El _Container Runtime_ es el software responsable de ejecutar contenedores.
<!--more-->
Kubernetes soporta varios _Container Runtimes_: [Docker](http://www.docker.com),
[containerd](https://containerd.io), [cri-o](https://cri-o.io/),
[rktlet](https://github.com/kubernetes-incubator/rktlet) y cualquier implementación de
[Kubernetes CRI (Container Runtime Interface)](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md).