Kazan v0.4.0 Kazan.Models.Apis.Apps.V1beta1.StatefulSet View Source

StatefulSet represents a set of pods with consistent identities. Identities are defined as:

  • Network: A single stable DNS and hostname.
  • Storage: As many VolumeClaims as requested. The StatefulSet guarantees that a given network identity will always map to the same storage identity.

OpenAPI Definition: io.k8s.kubernetes.pkg.apis.apps.v1beta1.StatefulSet

Properties