Which custom resource defines an application managed by Argo CD?
AThe Application custom resource, which declares an app's source and destination
BThe Deployment resource, which defines the Pods and replica count to run
CA ConfigMap that lists the manifests Argo CD should apply to the cluster
DA Helm release object stored in the cluster to track the installed charts
Why this is the answer
The Application CR pairs a Git source with a cluster destination — the Argo app object. A Deployment is a workload it manages, a ConfigMap of manifests is fabricated, and a Helm release object is Helm's tracking model, not Argo's.