Kubernetes StatefulSet: Difference between revisions
Jump to navigation
Jump to search
(→TODO) |
No edit summary |
||
Line 3: | Line 3: | ||
=Internal= | =Internal= | ||
* [[Kubernetes | * [[Kubernetes Workload Resources#StatefulSet|Kubernetes Workload Resources]] | ||
* [[Kubernetes API Resources Concepts#StatefulSet |API Resources Concepts]] | * [[Kubernetes API Resources Concepts#StatefulSet |API Resources Concepts]] | ||
Revision as of 23:29, 11 July 2023
External
Internal
Overview
State and identity (name, hostname). It is not guaranteed the same IP address, but the name is constant. The state a StatefuSet pod holds is relevant, we need to be able to get to it, based on a name.
Scaling
A StatefulSet has a Scale sub-resource, allowing it to be controlled by a horizontal pod autoscaler.