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:
salaboy 2024-05-21 13:20:55 +01:00
parent 386db5a15a
commit fca4132670
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ description: "Learn more about using Dapr Shared as an alternative deployment st
---
By default, Dapr automatically injects a sidecar to enable the Dapr APIs for your applications. However, using sidecars might not be optimal for your specific use case.
Dapr automatically injects a sidecar to enable the Dapr APIs for your applications for the best availability and reliability.
Dapr Shared enables different deployment strategies to create Dapr applications using Kubernetes `Daemonset` or `Deployment`.