Dapr 术语和定义
Dapr文件中通用术语和缩略语的定义
This page details all of the common terms you may come across in the Dapr docs.
词条 | 定义 | 详情 |
---|---|---|
App/Application | A running service/binary, usually that you as the user create and run. | |
Building block (构建块) | An API that Dapr provides to users to help in the creation of microservices and applications. | Dapr building blocks |
Component (组件) | Modular types of functionality that are used either individually or with a collection of other components, by a Dapr building block. | Dapr components |
Configuration (配置) | A YAML file declaring all of the settings for Dapr sidecars or the Dapr control plane. It is here where you can configure control plane mTLS settings, or the tracing, and middleware settings for an application instance. | Dapr配置 |
Dapr | Distributed Application Runtime. | Dapr overview |
Dapr control plane (Dapr 控制面板) | A collection of services that are part of a Dapr installation on a hosting platform such as a Kubernetes cluster. Allow Dapr enabled applications to run on that platform and handles Dapr capabilities such as actor placement, Dapr sidecar injection or certificate issuance/rollover. | Self-hosted overview Kubernetes overview |
Self-hosted (自托管) | Windows/macOS/Linux machine(s) where you can run your applications with Dapr. Dapr provides capabilities to run on machines in “self-hosted” mode. | Self-hosted mode |
Service (服务) | A running application or binary. Can be used to refer to your application, or a Dapr application. | |
Sidecar | A program that runs alongside your application as a separate process or container. | Sidecar pattern |