This commit is contained in:
inductor
2020-07-28 10:09:24 +09:00
parent 4a75904cba
commit 53bde7a47e
6 changed files with 11 additions and 11 deletions
@@ -4,7 +4,7 @@ id: statefulset
date: 2018-04-12
full_link: /ja/docs/concepts/workloads/controllers/statefulset/
short_description: >
Manages the deployment and scaling of a set of Pods, *and provides guarantees about the ordering and uniqueness* of these Pods.
StatefulSetはDeploymentとPodのセットのスケーリングを管理し、それらのPod *順序と一意性を保証* します。
aka:
tags:
@@ -14,7 +14,7 @@ tags:
- storage
---
StatefulSetはDeploymentと{{< glossary_tooltip text="Pod" term_id="pod" >}}のセットのスケーリング管理し、それらのPodの*順序とユニーク性を保証* します。
StatefulSetはDeploymentと{{< glossary_tooltip text="Pod" term_id="pod" >}}のセットのスケーリング管理し、それらのPodの*順序と一意性を保証* します。
<!--more-->