Kubernetes StatefulSet: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 12: Line 12:
=StatefulSet Manifest=
=StatefulSet Manifest=
{{Internal|Kubernetes StatefulSet Manifest|StatefulSet Manifest}}
{{Internal|Kubernetes StatefulSet Manifest|StatefulSet Manifest}}
=Operations=

Revision as of 00:04, 12 December 2019

External

Internal

Overview

Used for stateful application components, where the application component relies on access to "stable" file storage to maintain state between restarts. A StatefulSet and the individual pods the StatefulSet manages are registered with the cluster's DNS service.

StatefulSet Manifest

StatefulSet Manifest

Operations