Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adicionando imagem sobre organização dos container engine e runtime #235

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions es/day-1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ Tenemos tres tipos de *Container Runtime*:
- Virtualized: son los *Container Runtime* que se ejecutan a través de un *Container Engine* y son responsables de ejecutar contenedores de manera segura en máquinas virtuales. El rendimiento aquí es un poco menor que cuando se ejecuta nativamente.
Kata Containers es un ejemplo de *Container Runtime* tipo Virtualized.

La siguiente imagen muestra cómo se organizan *Container Engine* y *Container Runtime* (High-level y Low-level) entre sí y con otros componentes del ecosistema de contenedores.

![Organización del motor de contenedores y el tiempo de ejecución de contenedores](../../images\container-engine-runtime-organization.png)

 

### ¿Qué es Kubernetes?
Expand Down
Loading