mirror of https://github.com/dapr/docs.git
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:
parent
273bacdb43
commit
0ce5ad9d5a
|
@ -11,7 +11,7 @@ Dapr automatically injects a sidecar to enable the Dapr APIs for your applicatio
|
|||
|
||||
Dapr Shared enables two alternative deployment strategies to create Dapr applications using a Kubernetes `Daemonset`for a per-node deployment or a`Deployment` for a per-cluster deployment.
|
||||
|
||||
- **`DaemonSet`:** When running daprd as a Kubernetes `DaemonSet` resource, the daprd container runs in each Kubernetes node, reducing network hops between the applications and Dapr.
|
||||
- **`DaemonSet`:** When specifying to run Dapr as a Kubernetes `DaemonSet` resource, the daprd container runs on each Kubernetes node. This can reduce network hops between the applications and Dapr.
|
||||
- **`Deployment`:** When running Dapr Shared as a Kubernetes `Deployment`, the Kubernetes scheduler decides in which node the Dapr Shared instance will run.
|
||||
|
||||
{{% alert title="Dapr Shared deployments" color="primary" %}}
|
||||
|
|
Loading…
Reference in New Issue