specification: FinOps Framework specificationVersion: '1.0' schema: https://www.finops.org/framework/ provider: Argo CD providerId: argocd created: '2026-05-08' # Provenance stamped 2026-08-11: this artifact was written by the API Evangelist # bulk sweep dated 2026-05-08, not harvested from the provider. See roadmap#35. method: generated modified: '2026-05-08' reconciled: false tags: - DevOps - GitOps - Kubernetes - CNCF - Open Source - FinOps - Cost Management - FOCUS description: >- Argo CD is open-source software (Apache License 2.0). There is no commercial billing surface published by the Argo CD project itself — there are no invoices, no metered usage charges, and no subscription fees attributable to Argo CD. Operating costs flow entirely through the operator's own infrastructure providers (Kubernetes cluster compute, storage, networking, monitoring, and ingress). Commercial managed offerings exist (e.g., Akuity Platform, Codefresh/Octopus Deploy, Kubernetes distribution vendors) and have their own billing surfaces that should be profiled against the third-party vendor — not Argo CD. notes: >- Open source — no commercial billing surface; commercial offerings handled by 3rd parties (Akuity for Argo CD). reconciled=false explicitly indicates that no Argo CD-issued bill exists rather than incomplete data. The principles below describe how to FinOps-manage the underlying infrastructure cost of operating self-hosted Argo CD. sources: - https://argo-cd.readthedocs.io/ - https://github.com/argoproj/argo-cd/blob/master/LICENSE - https://focus.finops.org/focus-specification/v1-3/ alignedWith: framework: FinOps Foundation Framework frameworkUrl: https://www.finops.org/framework/ dataSpec: FOCUS dataSpecVersion: '1.3' dataSpecUrl: https://focus.finops.org/focus-specification/v1-3/ publisherName: Argo CD (CNCF) serviceCategory: DevOps / GitOps billingModel: pricingCategory: Open Source — No Commercial Billing Surface billingFrequency: Not Applicable billingCurrency: Not Applicable chargeCategories: [] focusColumns: ServiceName: Argo CD ServiceCategory: DevOps ProviderName: Argo CD (CNCF) PublisherName: Argo CD (CNCF) InvoiceIssuerName: Not Applicable BillingCurrency: Not Applicable ChargeCategory: Not Applicable meters: [] principles: - name: Visibility description: >- No Argo CD invoice exists. Treat self-hosted Argo CD as a Kubernetes workload — its cost is the underlying compute (argocd-server, application-controller, repo-server, redis, ApplicationSet controller, notifications controller pods), persistent storage, ingress/load-balancer hours, and observability resources, all of which appear on the cloud provider's FOCUS-formatted bill. - name: Allocation description: >- Tag Argo CD namespace resources by environment / cost-center via Kubernetes labels and propagate them to your cloud-provider tagging strategy. If running multiple Argo CD instances per tenant, allocate by namespace. - name: Optimization description: >- Right-size argocd-server, repo-server, and application-controller replicas; shard the application-controller for very large fleets; tune cache expiration; consider running Argo CD on Spot/Preemptible nodes; consolidate small instances into a single multi-tenant control-plane deployment. - name: Accountability description: >- Assign a platform-engineering owner; review monthly Kubernetes-cluster cost attributable to argocd namespaces; if commercial managed Argo CD is being considered (e.g., Akuity), benchmark its monthly fee against the operational + opportunity cost of self-hosting. commercialOfferings: - name: Akuity Platform type: managed-argocd url: https://akuity.io/ note: SaaS offering of managed Argo CD founded by the project's creators; pricing on request. - name: Codefresh (Octopus Deploy) type: managed-argocd url: https://codefresh.io/ note: GitOps platform built on Argo CD and Argo Workflows. - name: Kubernetes Distribution Bundles type: bundled-support url: https://www.cncf.io/projects/argo/ note: Argo CD is bundled and supported by major Kubernetes distributions; pricing varies by vendor. maintainers: - FN: Kin Lane email: kin@apievangelist.com