The Datadog Operator is a Kubernetes operator that manages Datadog Agent deployments and related Datadog resources through custom resources.
The Datadog Operator is a Kubernetes operator that automates the deployment and lifecycle management of Datadog Agents
on Kubernetes clusters. It uses the DatadogAgent custom resource (v2alpha1) to validate agent configuration, reconcile
agent resources, and report configuration status back through the Kubernetes API. Common features enabled by default
include the Cluster Agent, Admission Controller, Kubernetes Event Collection, Kubernetes State Core Check, and
Orchestrator Explorer.
For full configuration reference and getting-started guides, see the upstream documentation.