website/content/ja/docs/reference/glossary/node.md

19 lines
1003 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
title: ノード
id: node
date: 2018-04-12
full_link: /ja/docs/concepts/architecture/nodes/
short_description: >
ードはKubernetesのワーカーマシンです。
aka:
tags:
- fundamental
---
ードはKubernetesのワーカーマシンです。
<!--more-->
ワーカーードは、クラスターに応じてVMまたは物理マシンの場合があります。{{< glossary_tooltip text="Pod" term_id="pod" >}}の実行に必要なローカルデーモンまたはサービスがあり、コントロールプレーンによって管理されます。ノード上のデーモンには、{{< glossary_tooltip text="kubelet" term_id="kubelet" >}}、{{< glossary_tooltip text="kube-proxy" term_id="kube-proxy" >}}、および{{< glossary_tooltip term_id="docker" >}}などの{{< glossary_tooltip text="CRI" term_id="cri" >}}を実装するコンテナランタイムが含まれます。
Kubernetesの初期バージョンでは、ードは"Minion"と呼ばれていました。