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: Mark Fussell <[email protected]>
Signed-off-by: salaboy <[email protected]>
  • Loading branch information
salaboy and msfussell authored May 21, 2024
1 parent 317f385 commit 5ddec55
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 @@ -37,7 +37,7 @@ No matter which strategy you choose, it is important to understand that in most

### `DeamonSet` strategy

With Kubernetes `DaemonSet`, you can 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.
With Kubernetes `DaemonSet`, you can define workloads that need to be deployed once per node in the cluster. This enables workloads that are running on the same node to communicate with local Dapr APIs, no matter where the Kubernetes `Scheduler` schedules your workload.

<img src="/images/dapr-shared/daemonset.png" width=800 style="padding-bottom:15px;">

Expand Down

0 comments on commit 5ddec55

Please sign in to comment.