自我托管模式下的 Dapr 概述

    Dapr 可以配置为在本地开发者机器或生产VM上以自托管模式运行。 每个运行的服务都有一个 Dapr 运行时进程 (或 sidecar) ,配置为使用状态存储, pub/sub,绑定组件和其他构建块。

    • 一个用于诊断和追踪的Zipkin容器。

    服务负责管理 actor 分布方案和关键范围设置。 此服务不是作为容器启动的,仅当你使用 Dapr actor 功能时才需要。 For more information on the actor service read actor overview.

    You can use the to a Dapr sidecar process along with your application.