Skip to content

Commit

Permalink
Update daprdocs/content/en/operations/hosting/kubernetes/kubernetes-d…
Browse files Browse the repository at this point in the history
…apr-shared.md

Signed-off-by: Mark Fussell <[email protected]>
  • Loading branch information
msfussell authored Jun 26, 2024
1 parent a51a52e commit 90a6129
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ No matter which deployment approach you choose, it is important to understand th
{{% /alert %}}


### `DeamonSet` strategy
### `DeamonSet`(Per-node)

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.

Expand Down

0 comments on commit 90a6129

Please sign in to comment.