Skip to content

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.

  1. Click K8S in the left navigation bar to open the K8s Resources page
  2. Scroll down the sidebar to the GitOps section
  3. 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

ResourceAPI GroupScope
FluxTreeCluster
GitRepositorysource.toolkit.fluxcd.ioNamespace
HelmReleasehelm.toolkit.fluxcd.ioNamespace
HelmRepositorysource.toolkit.fluxcd.ioNamespace
Kustomizationkustomize.toolkit.fluxcd.ioNamespace

ArgoCD

ResourceAPI GroupScope
Applicationargoproj.ioNamespace
AppProjectargoproj.ioNamespace
ApplicationSetargoproj.ioNamespace

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.