Diff kustomization vs cluster flux
Server-side dry-run showing exactly what Flux would change before applying
flux diff kustomization <name> --path ./overlays/prod
more flux
all 29 commands →
Tree of managed objects
flux tree kustomization <name>
Build kustomization locally
flux build kustomization <name> --path ./ | kubectl apply --dry-run=server -f -
List image automation state
flux get images all -A
Inspect selected image tag
flux get image policy -A && flux get image repository -A
Slack alert pipeline
flux create provider slack --type slack --secret-ref webhook && flux create alert prod --provider-ref slack --event-source 'Kustomization/*' --event-severity info