Skip to main content
See the main README for the user-facing overview. This section covers integration coverage and capabilities.

FluxCD

CRDGroupTopologyDetail ViewAI Summary
GitRepositorysource.toolkit.fluxcd.io/v1YesYes-
OCIRepositorysource.toolkit.fluxcd.io/v1beta2YesYes-
HelmRepositorysource.toolkit.fluxcd.io/v1YesYes-
Kustomizationkustomize.toolkit.fluxcd.io/v1YesYesYes
HelmReleasehelm.toolkit.fluxcd.io/v2YesYesYes
Alertnotification.toolkit.fluxcd.io/v1beta3-Yes-
Workflow operations: Reconcile, Reconcile-with-source (Kustomization/HelmRelease), Suspend/Resume. Diagnosis: Conditions extracted to issues (Ready=False, Stalled=True, Reconciling=True). Per-resource diff and recent events not yet available for Flux (HelmRelease-installed resources don’t carry last-applied-configuration; tracked in #601).

ArgoCD

CRDGroupTopologyDetail ViewAI Summary
Applicationargoproj.io/v1alpha1YesYesYes
ApplicationSetargoproj.io/v1alpha1-Generic-
AppProjectargoproj.io/v1alpha1-Generic-
Workflow operations: Sync (with options dialog: prune, dry-run, apply-only, force, replace, server-side apply, sync-options), Refresh, Hard refresh, Terminate, Suspend/Resume auto-sync, Rollback to historical revision, Selective sync of marked resources. Diagnosis:
  • Per-resource field diff computed from each resource’s kubectl.kubernetes.io/last-applied-configuration annotation vs live spec - works for any Argo client-side-applied resource without calling the Argo API
  • Recent events surfaced inline per managed resource (5 most recent, namespace-RBAC-filtered)
  • Stuck-drift-loop detector - flags sync=OutOfSync ∧ opPhase=Succeeded ∧ auto-sync on ∧ reconciledAt<30min with the likely cause (mutating webhook, sibling controller, schema migration)
  • Manual-drift detector - calls out OutOfSync apps with auto-sync disabled
  • Argo Application conditions extracted to issues (ComparisonError, OrphanedResourceWarning, etc.) with type-aware severity and per-condition action text
  • Operation-failure parser recognizes 11 patterns: annotation-too-large, label-too-long, hook failure, admission webhook denial, RBAC, conflict, immutable field, schema migration, connectivity, etc.
Limitations:
  • SSA-applied resources (ServerSideApply=true sync-option) lack the last-applied-configuration annotation; per-resource diff is unavailable for those rows. SSA fallback via metadata.managedFields and Argo API integration for canonical Git-rendered diffs are tracked in #601.
  • Single-cluster only: Application↔resource edges only render when Radar is connected to the cluster where the managed resources live (not necessarily the cluster running the Argo controller).