compare_clusters
Compare a Kubernetes application's running version or state across two clusters, supporting ArgoCD and Flux GitOps engines.
Instructions
Compares the running version/state of an application across two clusters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| engine | Yes | GitOps engine ('argocd' or 'flux') | |
| appName | Yes | The name of the application/kustomization | |
| clusterA | Yes | First cluster to compare | |
| clusterB | Yes | Second cluster to compare | |
| namespace | Yes | The namespace of the application/kustomization |