mirror of https://github.com/dapr/docs.git
Update daprdocs/content/en/operations/hosting/kubernetes/kubernetes-dapr-shared.md
Signed-off-by: Mark Fussell <markfussell@gmail.com> Signed-off-by: salaboy <Salaboy@gmail.com>
This commit is contained in:
parent
66e087bbdc
commit
76140ef3dd
|
|
@ -38,7 +38,7 @@ No matter which deployment approach you choose, it is important to understand th
|
||||||
|
|
||||||
### `DeamonSet`(Per-node)
|
### `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.
|
With Kubernetes `DaemonSet`, you can define applications that need to be deployed once per node in the cluster. This enables applications 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;">
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue