Kubespec Logo kubespec.dev

apps/v1 · Namespaced Resource

StatefulSet

        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.
      

Click on Property Name to see the description, and Pink Types to expand schema.

We don't have any examples of StatefulSet yet 😕

But the good news is, you can help us by contributing examples on GitHub

No links for StatefulSet yet

You can help us by adding useful links on GitHub