Skip to content

Commit fbcaad8

Browse files
committed
[es] localize content/en/docs/reference/glossary/container-runtime-interface.md
1 parent cac1228 commit fbcaad8

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: Container Runtime Interface
3+
id: container-runtime-interface
4+
date: 2021-11-24
5+
full_link: /docs/concepts/architecture/cri
6+
short_description: >
7+
El protocolo principal para la comunicación entre el kubelet y el Container Runtime.
8+
9+
aka:
10+
tags:
11+
- cri
12+
---
13+
14+
El protocolo principal para la comunicación entre el _kubelet_ y el _Container Runtime_.
15+
16+
<!--more-->
17+
18+
La _Kubernetes Container Runtime Interface_ (CRI) define el principal protocolo de
19+
[gRPC](https://grpc.io) para la comunicación entre los
20+
[componentes de clúster](/docs/concepts/overview/components/#componentes-de-nodo)
21+
_{{<glossary_tooltip text="kubelet" term_id="kubelet">}}_ y
22+
_{{<glossary_tooltip text="container runtime" term_id="container-runtime">}}_.

0 commit comments

Comments
 (0)