mirror of https://github.com/dapr/docs.git
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:
parent
25355f1280
commit
599ece9f30
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue