What problem does it solve?
It helps you determine whether a Kubernetes resource is managed by Flux and precisely explain where its values came from, why it’s unhealthy or drifting, and which Flux controller and source artifact are responsible.
Core Features & Use Cases
- Flux ownership detection: Identifies Flux-managed resources using controller-specific label families for Kustomizations and HelmReleases.
- Managed-field attribution: Explains which controller wrote observed fields by matching Flux’s exact
metadata.managedFields.manager strings (kustomize-controller, helm-controller, source-controller).
- Trace back to Flux source artifacts: Walks the chain from a workload to its owning Kustomization/HelmRelease, then to the underlying source (GitRepository, OCIRepository, HelmRepository, Bucket, HelmChart) via
spec.sourceRef and source revision evidence.
Quick Start
Ask the skill to explain why a deployment is unhealthy and whether Flux is the real owner, including which Kustomization/HelmRelease and which source artifact produced it.