StatefulSet
Resource Icon

Resource Overview
A Kubernetes resource that manages the deployment and scaling of a set of Pods and provides guarantees about the ordering and uniqueness of these Pods.
Associated Resources
Parent Resource
Connected Resources
Resource Configuration
Basic Settings
namespace: Namespace where the StatefulSet resource will be deployedannotations: Kubernetes system metadata key-value pairslabels: Labels used to identify the StatefulSet resourcetemplate_labels: Labels applied to the Pods that will be createdpod_management_policy: Method for controlling Pod creation and deletion order (Parallel,OrderedReady)revision_history_limit: Number of revision histories to retainlinked_service_name: Name of the Headless Service that manages the StatefulSetreplicas: Number of Pod replicas to maintainpod_security_context: Pod-level security and permission settingsinit_containers: Definition of initialization containers executed before the main containerscontainers: Definition of containers included in the Podvolume: Definition of volumes used by the Poddns_policy: Pod DNS policyenable_service_links: Whether to automatically inject service environment variableshost_network: Whether to use the host networkimage_pull_secrets: List of Secrets used when pulling container images