Update daprdocs/content/en/operations/dapr-shared/dapr-shared.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: salaboy <Salaboy@gmail.com>
This commit is contained in:
salaboy 2024-05-21 13:28:33 +01:00
parent a231b0398d
commit f0502e896b
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ No matter which strategy you choose, it is important to understand that in most
### `DeamonSet` strategy ### `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;"> <img src="/images/dapr-shared/daemonset.png" width=800 style="padding-bottom:15px;">