update nodes.md for v1.18

This commit is contained in:
hikkie3110 2020-09-08 23:08:10 +09:00 committed by inductor
parent e21280f19e
commit cbba4077b2
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ weight: 10
<!-- overview -->
Kubernetesはコンテナをノード上で実行されるPodに配置することで、ワークロードを実行します。
Kubernetesはコンテナを_Node_上で実行されるPodに配置することで、ワークロードを実行します。
ードはクラスターによりますが、1つのVMまたは物理的なマシンです。
各ノードは{{< glossary_tooltip text="Pod" term_id="pod" >}}やそれを制御する{{< glossary_tooltip text="コントロールプレーン" term_id="control-plane" >}}を実行するのに必要なサービスを含んでいます。