diff --git a/docs/concepts/abstractions/controllers/statefulsets.md b/docs/concepts/abstractions/controllers/statefulsets.md index fc9016ca83..01825fc257 100644 --- a/docs/concepts/abstractions/controllers/statefulsets.md +++ b/docs/concepts/abstractions/controllers/statefulsets.md @@ -8,7 +8,6 @@ assignees: - kow3ns - smarterclayton --- -### Managing Stateful Services on Kubernetes {% capture overview %} **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 %} -### When to Use a StatefulSet +### Using StatefulSets + StatefulSets are valuable for applications that require one or more of the following.