Skip to content

Commit

Permalink
Update daprdocs/content/en/operations/dapr-shared/dapr-shared.md
Browse files Browse the repository at this point in the history
Co-authored-by: Hannah Hunter <[email protected]>
Signed-off-by: salaboy <[email protected]>
  • Loading branch information
salaboy and hhunter-ms authored May 7, 2024
1 parent f6a580e commit 9b412b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daprdocs/content/en/operations/dapr-shared/dapr-shared.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Dapr Shared was created exactly for this kind of scenario, extending the Dapr si
No matter which strategy you choose, it is important to understand that in most use cases you will have one instance of Dapr Shared (Helm Release) per service (app-id). This means that if you have an application composed by three microservices, each service is recommended to have it's own Dapr Shared instance. Check the step-by-step tutorial using Kubernetes KinD here, to see an application using Dapr Shared.


### Dapr Shared: DeamonSet strategy
### `DeamonSet` strategy

Kubernetes `DaemonSets` allows you to define workloads that need to be deployed once per node in the cluster. This enables workloads that are running in the same node to communicate with local daprd APIs, no matter where the `Kubernetes Scheduler` schedules your workload.

Expand Down

0 comments on commit 9b412b6

Please sign in to comment.