Skip to content

Commit 892762c

Browse files
authored
Merge pull request #26288 from sgc109/patch-2
ko: update nodes.md by fixing mistranslation
2 parents 279343c + 76a4ec8 commit 892762c

File tree

1 file changed

+3
-3
lines changed
  • content/ko/docs/concepts/architecture

1 file changed

+3
-3
lines changed

content/ko/docs/concepts/architecture/nodes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ weight: 10
77
<!-- overview -->
88

99
쿠버네티스는 컨테이너를 파드내에 배치하고 _노드_ 에서 실행함으로 워크로드를 구동한다.
10-
노드는 클러스터에 따라 가상 또는 물리적 머신일 수 있다. 각 노드에는
11-
{{< glossary_tooltip text="컨트롤 플레인" term_id="control-plane" >}}이라는
10+
노드는 클러스터에 따라 가상 또는 물리적 머신일 수 있다. 각 노드는
11+
{{< glossary_tooltip text="컨트롤 플레인" term_id="control-plane" >}}에 의해 관리되며
1212
{{< glossary_tooltip text="파드" term_id="pod" >}}를
13-
실행하는데 필요한 서비스가 포함되어 있다.
13+
실행하는데 필요한 서비스를 포함한다.
1414

1515
일반적으로 클러스터에는 여러 개의 노드가 있으며, 학습 또는 리소스가 제한되는
1616
환경에서는 하나만 있을 수도 있다.

0 commit comments

Comments
 (0)