mirror of https://github.com/dapr/docs.git
Update daprdocs/content/en/operations/hosting/kubernetes/kubernetes-dapr-shared.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> Signed-off-by: salaboy <Salaboy@gmail.com>
This commit is contained in:
parent
5eb0bfb0d9
commit
9b925c979b
|
@ -9,7 +9,7 @@ description: "Learn more about using Dapr Shared as an alternative deployment to
|
|||
|
||||
Dapr automatically injects a sidecar to enable the Dapr APIs for your applications for the best availability and reliability.
|
||||
|
||||
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.
|
||||
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 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.
|
||||
|
|
Loading…
Reference in New Issue