Update daprdocs/content/en/developing-applications/building-blocks/pubsub/howto-subscribe-statefulset.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
This commit is contained in:
Artur Souza 2023-02-15 09:16:46 -08:00 committed by GitHub
parent 25355f1280
commit 599ece9f30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ weight: 2000
description: "Learn how to subscribe with StatefulSet and scale horizontally with consistent consumer IDs"
---
[StatefulSets](https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/) allows deployment of stateful applications on Kubernetes by keeping a sticky identity for each Pod, in contrast to Deployments - where Pods are ephemeral.
Unlike Deployments, where Pods are ephemeral, [StatefulSets](https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/) allows deployment of stateful applications on Kubernetes by keeping a sticky identity for each Pod.
See an example of a StatefulSet with Dapr:
```yaml