GitOps
Kunobi provides first-class visibility into your GitOps resources — both FluxCD and ArgoCD. There is no separate GitOps page — these resources are part of the K8s Resources explorer, organized under a GitOps section in the sidebar.
Navigating to GitOps Resources
- Click K8S in the left navigation bar to open the K8s Resources page
- Scroll down the sidebar to the GitOps section
- Select any resource type to view all instances in your cluster
The GitOps section only appears when FluxCD or ArgoCD CRDs are installed in the connected cluster.
Supported Resource Types
FluxCD
| Resource | API Group | Scope |
|---|---|---|
| FluxTree | — | Cluster |
| GitRepository | source.toolkit.fluxcd.io | Namespace |
| HelmRelease | helm.toolkit.fluxcd.io | Namespace |
| HelmRepository | source.toolkit.fluxcd.io | Namespace |
| Kustomization | kustomize.toolkit.fluxcd.io | Namespace |
ArgoCD
| Resource | API Group | Scope |
|---|---|---|
| Application | argoproj.io | Namespace |
| AppProject | argoproj.io | Namespace |
| ApplicationSet | argoproj.io | Namespace |
Viewing GitOps Resources
Click any resource type in the GitOps sidebar section to list all instances. The table shows:
- Kind — The full API kind
- Name — Resource name
- Namespace — Namespace the resource lives in
- Status — Current reconciliation/sync status
- Age — How long ago the resource was created
Resource Details
Click any row to open the details sidebar, where you can:
- View the structured Overview (status conditions, last applied revision, source reference)
- Inspect the raw YAML
- View Events associated with the resource
- Reconcile a Flux resource or Sync an ArgoCD application
Filtering GitOps Resources
Use the filter bar to narrow results. Kunobi automatically pre-applies a kind: filter when you click a resource type in the sidebar. You can combine multiple kinds to see all GitOps resources at once.
See Filtering & Search for the full filter syntax.
Prerequisites
The GitOps sidebar section only appears when FluxCD or ArgoCD CRDs are installed in the connected cluster. To set up a local cluster with FluxCD pre-installed, see Try Kunobi — the demo cluster setup can bootstrap Flux automatically.