Skip to content

Commit

Permalink
Add content/es/docs/reference/glossary/rkt.md (kubernetes#14365)
Browse files Browse the repository at this point in the history
* es/docs/references/glossary: Add rkt term

* Update content/es/docs/reference/glossary/rkt.md

Co-Authored-By: Rael Garcia <me@rael.io>

* Update content/es/docs/reference/glossary/rkt.md

Co-Authored-By: Rael Garcia <me@rael.io>

* Update content/es/docs/reference/glossary/rkt.md

Co-Authored-By: Rael Garcia <me@rael.io>
  • Loading branch information
2 people authored and yoonian committed May 28, 2019
1 parent 7e741b6 commit a99cd63
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions content/es/docs/reference/glossary/rkt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: rkt
id: rkt
date: 2019-05-16
full_link: https://coreos.com/rkt/
short_description: >
Un motor de contenedores basado en el estándar y centrado en la seguridad.
aka:
tags:
- security
- tool
---
Un motor de contenedores basado en el estándar y centrado en la seguridad.

<!--more--> .

rkt es un motor de {{< glossary_tooltip text="contenedores" term_id="container" >}} cuya unidad mínima de computación es el pod, que representa una colección de contenedores igual que el {{< glossary_tooltip text="Pod" term_id="pod" >}} de la API de Kubernetes. rkt permite a los usuarios aplicar diferentes configuraciones a nivel de Pod y aplicación. Cada Pod se ejecuta directamente en el modelo clásico de Unix, en un entorno independiente y aislado.

0 comments on commit a99cd63

Please sign in to comment.