Dapr terminology and definitions

Definitions for common terms and acronyms in the Dapr documentation

This page details all of the common terms you may come across in the Dapr docs.

TermDefinitionMore information
App/ApplicationA running service/binary, usually one that you as the user create and run.
Building blockAn API that Dapr provides to users to help in the creation of microservices and applications.Dapr building blocks
ComponentModular types of functionality that are used either individually or with a collection of other components, by a Dapr building block.Dapr components
ConfigurationA YAML file declaring all of the settings for Dapr sidecars or the Dapr control plane. This is where you can configure control plane mTLS settings, or the tracing and middleware settings for an application instance.Dapr configuration
DaprDistributed Application Runtime.Dapr overview
Dapr control planeA collection of services that are part of a Dapr installation on a hosting platform such as a Kubernetes cluster. This allows Dapr-enabled applications to run on the platform and handles Dapr capabilities such as actor placement, Dapr sidecar injection, or certificate issuance/rollover.Self-hosted overview
Kubernetes overview
Self-hostedWindows/macOS/Linux machine(s) where you can run your applications with Dapr. Dapr provides the capability to run on machines in “self-hosted” mode.Self-hosted mode
ServiceA running application or binary. This can refer to your application or to a Dapr application.
SidecarA program that runs alongside your application as a separate process or container.Sidecar pattern

Last modified November 4, 2021: Microsoft Docs links should be language neutral (f62c78ab)