Skip to content

Commit

Permalink
Update daprdocs/content/en/operations/hosting/kubernetes/kubernetes-d…
Browse files Browse the repository at this point in the history
…apr-shared.md

Co-authored-by: Hannah Hunter <[email protected]>
Signed-off-by: salaboy <[email protected]>
  • Loading branch information
salaboy and hhunter-ms authored Jun 25, 2024
1 parent bd4e4b7 commit e3d4db7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ While sidecars are Dapr's default deployment strategy, some use cases require ot
Dapr Shared was created for these scenarios, extending the Dapr sidecar model with two new deployment approaches: `DaemonSet` and `Deployment`.

{{% alert title="Important" color="primary" %}}
No matter which strategy you choose, it is important to understand that in most use cases, you have one instance of Dapr Shared (Helm release) per service (app-id). This means that if you have an application composed of three microservices, each service is recommended to have its own Dapr Shared instance. Try the `hello kubernetes` with Dapr Shared tutorial linked at the bottom of this page.
No matter which strategy you choose, it is important to understand that in most use cases, you have one instance of Dapr Shared (Helm release) per service (app-id). This means that if you have an application composed of three microservices, each service is recommended to have its own Dapr Shared instance. You can see this in action by trying the [Hello Kubernetes with Dapr Shared tutorial](https://github.com/dapr/dapr-shared/blob/main/docs/tutorial/README.md).
{{% /alert %}}


Expand Down

0 comments on commit e3d4db7

Please sign in to comment.