Skip to content

Commit

Permalink
Update daprdocs/content/en/operations/dapr-shared/dapr-shared.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Fussell <[email protected]>
Signed-off-by: salaboy <[email protected]>
  • Loading branch information
salaboy and msfussell authored May 21, 2024
1 parent da067b2 commit 7fca681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daprdocs/content/en/operations/dapr-shared/dapr-shared.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ For each Dapr application, you need to deploy the Dapr Shared chart using differ

## Why Dapr Shared?

By default, when Dapr is installed into a Kubernetes Cluster, the Dapr Control Plane is in charge of injecting the daprd sidecar to workloads annotated with Dapr annotations (`dapr.io/enabled: "true"`). This mechanism delegates the responsibility of defining which workloads will be interacting with the Dapr APIs to the team in charge of deploying and configuring these workloads. Sidecars had the advantage of being co-located with your applications, so all communication between the application and the sidecar happens without involving the network.
By default, when Dapr is installed into a Kubernetes cluster, the Dapr control plane injects a Dapr as sidecar to applications annotated with Dapr annotations ( `dapr.io/enabled: "true"`). Sidecars have many advantages including improved resiliency since there is an instance per application and all communication between the application and the sidecar happens without involving the network.


<img src="/images/dapr-shared/sidecar.png" width=800 style="padding-bottom:15px;">
Expand Down

0 comments on commit 7fca681

Please sign in to comment.