Update statefulsets.md
parent
ab115ac0bf
commit
077b036c07
|
@ -8,7 +8,6 @@ assignees:
|
||||||
- kow3ns
|
- kow3ns
|
||||||
- smarterclayton
|
- smarterclayton
|
||||||
---
|
---
|
||||||
### Managing Stateful Services on Kubernetes
|
|
||||||
|
|
||||||
{% capture overview %}
|
{% capture overview %}
|
||||||
**StatefulSets are a beta feature in 1.5. This feature replaces the
|
**StatefulSets are a beta feature in 1.5. This feature replaces the
|
||||||
|
@ -22,7 +21,8 @@ guarantees about the ordering of deployment and scaling.
|
||||||
|
|
||||||
{% capture body %}
|
{% capture body %}
|
||||||
|
|
||||||
### When to Use a StatefulSet
|
### Using StatefulSets
|
||||||
|
|
||||||
StatefulSets are valuable for applications that require one or more of the
|
StatefulSets are valuable for applications that require one or more of the
|
||||||
following.
|
following.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue