File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
content/es/docs/reference/glossary Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change
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">}}_ .
You can’t perform that action at this time.
0 commit comments