Skip to content

Commit

Permalink
Add spanish translation for node (kubernetes#14360)
Browse files Browse the repository at this point in the history
Co-Authored-By: Rael Garcia <[email protected]>
  • Loading branch information
2 people authored and yoonian committed May 28, 2019
1 parent 5917644 commit c03c06f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions content/es/docs/reference/glossary/node.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: Node
id: node
date: 2018-04-12
full_link: /docs/concepts/architecture/nodes/
short_description: >
Un Node, nodo en castellano, es una de las máquinas del clúster de Kubernetes.
aka:
tags:
- fundamental
---
Un Node, nodo en castellano, es una de las máquinas del clúster de Kubernetes.

<!--more-->

Una máquina del clúster puede ser tanto una máquina virtual como una máquina física, dependiendo del clúster.
Tiene los servicios necesarios para ejecutar {{< glossary_tooltip text="Pods" term_id="pod" >}} y es manejado por los componentes maestros.
Los servicios de Kubernetes en un nodo incluyen la {{< glossary_tooltip text="container runtime interface" term_id="cri" >}}, kubelet y {{< glossary_tooltip text="kube-proxy" term_id="kube-proxy" >}}.

0 comments on commit c03c06f

Please sign in to comment.