diff --git a/daprdocs/content/en/concepts/dapr-services/operator.md b/daprdocs/content/en/concepts/dapr-services/operator.md new file mode 100644 index 000000000..627758d64 --- /dev/null +++ b/daprdocs/content/en/concepts/dapr-services/operator.md @@ -0,0 +1,12 @@ +--- +type: docs +title: "Dapr operator service overview" +linkTitle: "Operator" +description: "Overview of the Dapr operator process" +--- + +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 >}}). \ No newline at end of file