We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 279343c + 76a4ec8 commit 892762cCopy full SHA for 892762c
content/ko/docs/concepts/architecture/nodes.md
@@ -7,10 +7,10 @@ weight: 10
7
<!-- overview -->
8
9
쿠버네티스는 컨테이너를 파드내에 배치하고 _노드_ 에서 실행함으로 워크로드를 구동한다.
10
-노드는 클러스터에 따라 가상 또는 물리적 머신일 수 있다. 각 노드에는
11
-{{< glossary_tooltip text="컨트롤 플레인" term_id="control-plane" >}}이라는
+노드는 클러스터에 따라 가상 또는 물리적 머신일 수 있다. 각 노드는
+{{< glossary_tooltip text="컨트롤 플레인" term_id="control-plane" >}}에 의해 관리되며
12
{{< glossary_tooltip text="파드" term_id="pod" >}}를
13
-실행하는데 필요한 서비스가 포함되어 있다.
+실행하는데 필요한 서비스를 포함한다.
14
15
일반적으로 클러스터에는 여러 개의 노드가 있으며, 학습 또는 리소스가 제한되는
16
환경에서는 하나만 있을 수도 있다.
0 commit comments