mirror of https://github.com/dapr/docs.git
609 B
609 B
type | title | linkTitle | description |
---|---|---|---|
docs | Dapr Operator control plane service overview | Operator | Overview of the Dapr operator service |
When running Dapr in [Kubernetes mode]({{< ref kubernetes >}}), a pod running the Dapr Operator service manages [Dapr component]({{< ref components >}}) updates and provides Kubernetes services endpoints for Dapr.
Running the operator service
The operator service is deployed as part of dapr init -k
, or via the Dapr Helm charts. For more information on running Dapr on Kubernetes, visit the [Kubernetes hosting page]({{< ref kubernetes >}}).