Kubernetes StatefulSet

From NovaOrdis Knowledge Base
Revision as of 17:43, 12 December 2019 by Ovidiu (talk | contribs) (→‎Overview)
Jump to navigation Jump to search

External

Internal

Overview

Used for stateful application components, where the application component relies on access to "stable" file storage to maintain state between restarts. As such, local volumes that are directly attached to node hosts, can be used. A StatefulSet and the individual pods the StatefulSet manages are registered with the cluster's DNS service.

StatefulSet Manifest

StatefulSet Manifest

Operations

StatefulSet Operations