From 76a4ec84b600d1a64125c78d0c6b1a722854a7fd Mon Sep 17 00:00:00 2001 From: Sungho Hwang Date: Fri, 29 Jan 2021 19:20:59 +0900 Subject: [PATCH] Update nodes.md by fixing mistranslation --- content/ko/docs/concepts/architecture/nodes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/ko/docs/concepts/architecture/nodes.md b/content/ko/docs/concepts/architecture/nodes.md index 6872096814..c951d60ca8 100644 --- a/content/ko/docs/concepts/architecture/nodes.md +++ b/content/ko/docs/concepts/architecture/nodes.md @@ -7,10 +7,10 @@ weight: 10 쿠버네티스는 컨테이너를 파드내에 배치하고 _노드_ 에서 실행함으로 워크로드를 구동한다. -노드는 클러스터에 따라 가상 또는 물리적 머신일 수 있다. 각 노드에는 -{{< glossary_tooltip text="컨트롤 플레인" term_id="control-plane" >}}이라는 +노드는 클러스터에 따라 가상 또는 물리적 머신일 수 있다. 각 노드는 +{{< glossary_tooltip text="컨트롤 플레인" term_id="control-plane" >}}에 의해 관리되며 {{< glossary_tooltip text="파드" term_id="pod" >}}를 -실행하는데 필요한 서비스가 포함되어 있다. +실행하는데 필요한 서비스를 포함한다. 일반적으로 클러스터에는 여러 개의 노드가 있으며, 학습 또는 리소스가 제한되는 환경에서는 하나만 있을 수도 있다.