Dapr 可以配置为在本地开发者机器或生产VM上以自托管模式运行。 每个运行的服务都有一个 Dapr 运行时进程 (或 sidecar) ,配置为使用状态存储, pub/sub,绑定组件和其他构建块。
Dapr can be initialized with Docker (default) or in slim-init mode. 默认的 Docker 初始通过以下容器和配置提供了开箱即用功能:
$HOME/.dapr/
(Mac/Linux) 或%USERPROFILE%\.dapr\
(Windows)。dapr-placement
服务负责管理 actor 分布方案和关键范围设置。 此服务不是作为容器启动的,仅当你使用 Dapr actor 功能时才需要。 For more information on the actor Placement
service read actor overview.
You can use the dapr run
CLI command to a Dapr sidecar process along with your application.