From 7841f8b24b9918885bbf746c3d3df00e4767a65c Mon Sep 17 00:00:00 2001 From: paudirac Date: Mon, 27 May 2019 21:31:50 +0200 Subject: [PATCH] Add content/es/docs/reference/glossary/cluster.md (#14472) Co-Authored-By: Rael Garcia --- content/es/docs/reference/glossary/cluster.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 content/es/docs/reference/glossary/cluster.md diff --git a/content/es/docs/reference/glossary/cluster.md b/content/es/docs/reference/glossary/cluster.md new file mode 100755 index 0000000000..06e60f3308 --- /dev/null +++ b/content/es/docs/reference/glossary/cluster.md @@ -0,0 +1,18 @@ +--- +title: Clúster +id: cluster +date: 2018-04-12 +full_link: +short_description: > + Un conjunto de máquinas, llamadas nodos, que ejecutan aplicaciones en contenedores administradas por Kubernetes. + +aka: +tags: +- fundamental +- operation +--- + Un conjunto de máquinas, llamadas nodos, que ejecutan aplicaciones en contenedores administradas por Kubernetes. + + + +Un clúster tiene varios nodos de trabajo y como mínimo un nodo maestro.