File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/ja/docs/reference/glossary Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ id: statefulset
4
4
date : 2018-04-12
5
5
full_link : /ja/docs/concepts/workloads/controllers/statefulset/
6
6
short_description : >
7
- StatefulSetはDeploymentとPodのセットのスケーリングを管理し 、永続化ストレージと各Podの永続的な識別子を備えています。
7
+ StatefulSetはPodのデプロイとスケーリングを管理し 、永続化ストレージと各Podの永続的な識別子を備えています。
8
8
9
9
aka :
10
10
tags :
14
14
- storage
15
15
---
16
16
17
- StatefulSetはDeploymentと {{< glossary_tooltip text="Pod" term_id="pod" >}}のセットのスケーリングを管理し 、それらのPodの* 順序と一意性を保証* します。
17
+ StatefulSetは {{< glossary_tooltip text="Pod" term_id="pod" >}}のデプロイとスケーリングを管理し 、それらのPodの* 順序と一意性を保証* します。
18
18
19
- <!-- more-->
19
+ <!-- more-->
20
20
21
21
{{< glossary_tooltip term_id="deployment" >}}のように、StatefulSetは指定したコンテナのspecに基づいてPodを管理します。Deploymentとは異なり、StatefulSetは各Podにおいて管理が大変な同一性を維持します。これらのPodは同一のspecから作成されますが、それらは交換可能ではなく、リスケジュール処理をまたいで維持される永続的な識別子を持ちます。
22
22
You can’t perform that action at this time.
0 commit comments