Update content/ja/docs/concepts/architecture/nodes.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
This commit is contained in:
Ryota Yamada
2022-01-02 18:29:57 +09:00
committed by GitHub
parent 54cd481f36
commit 396ce8ed36
@@ -179,7 +179,7 @@ CapacityとAllocatableについて深く知りたい場合は、ノード上で
## ハートビート
ハートビートは、Kubernetesノードから送信され、ノードが利用可能か判断するのに役立ちます。
以下の2つのハートビートがあります:
* ノード`.status`の更新
* Node`.status`の更新
* [Lease object](/docs/reference/generated/kubernetes-api/{{< latest-version >}}#lease-v1-coordination-k8s-io)です。
各ノードは`kube-node-lease`という{{< glossary_tooltip term_id="namespace" text="namespace">}}に関連したLeaseオブジェクトを持ちます。
Leaseは軽量なリソースで、クラスターのスケールに応じてノードのハートビートにおけるパフォーマンスを改善します。