GitOps (Argo CD & Flux)
Inspect and operate Argo CD and Flux resources — sync, refresh, reconcile, suspend, and view managed-resource trees.
GitOps (Argo CD & Flux)
Kubexer gives Argo CD and Flux first-class, typed support so you can inspect and operate your GitOps deployments without dropping to the CLI.
Detection
GitOps support turns on automatically. When you connect to a cluster, Kubexer checks for Argo CD and Flux and unlocks the matching resource views only when they're present — nothing clutters the sidebar on clusters that don't run them.
What it shows
- Argo CD — Applications, ApplicationSets, and AppProjects, with their sync status and health.
- Flux — Kustomizations, HelmReleases, GitRepositories, and the other Flux source and reconciler kinds.
- A managed-resource tree for each deployment, built from its live status, so you can see exactly what an Application or Kustomization owns.
Actions
Straight from a resource's drawer you can:
- Sync / Refresh an Argo CD Application.
- Reconcile a Flux resource on demand.
- Suspend or resume reconciliation.
These run as standard Kubernetes patches against the GitOps CRDs — Kubexer never needs its own agent in your cluster.
Notes
GitOps is a Pro feature. Note that a Flux HelmRelease is a GitOps resource and is distinct from a plain Helm release (see Helm Charts & Releases).