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:
Mark Fussell 2024-06-26 13:07:19 -07:00 committed by salaboy
parent 76140ef3dd
commit d2c4bcf92b
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ Since `DaemonSet` installs one instance per node, it consumes more resources in
{{% /alert %}}
### `Deployment` strategy
### `Deployment` (Per-cluster)
Kubernetes `Deployments` are installed once per cluster. Based on available resources, the Kubernetes `Scheduler` decides on which node the workload is scheduled. For Dapr Shared, this means that your workload and the Dapr instance might be located on separate nodes, which can introduce considerable network latency with the trade-off of reduce resource usage.