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

20 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: クラスター
id: cluster
date: 2019-06-15
full_link:
short_description: >
コンテナ化されたアプリケーションを実行する、ードと呼ばれるワーカーマシンの集合です。すべてのクラスターには少なくとも1つのワーカーードがあります。
aka:
tags:
- fundamental
- operation
---
コンテナ化されたアプリケーションを実行する、{{< glossary_tooltip text="ノード" term_id="node" >}}と呼ばれるワーカーマシンの集合です。すべてのクラスターには少なくとも1つのワーカーードがあります。
<!--more-->
ワーカーードは、アプリケーションのコンポーネントであるPodをホストします。マスターードは、クラスター内のワーカーードとPodを管理します。複数のマスターードを使用して、クラスターにフェイルオーバーと高可用性を提供します。
ワーカーノードは、アプリケーションワークロードのコンポーネントである{{< glossary_tooltip text="Pod" term_id="pod" >}}をホストします。{{< glossary_tooltip text="コントロールプレーン" term_id="control-plane" >}}は、クラスター内のワーカーードとPodを管理します。本番環境では、コントロールプレーンは複数のコンピューターを使用し、クラスターは複数のードを使用し、耐障害性や高可用性を提供します。