> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pastures.farm/llms.txt
> Use this file to discover all available pages before exploring further.

# Fleet Overview

> GitOps and Fleet management with GitRepo health, bundle status, and cluster targeting.

The Fleet Overview page surfaces the state of [Fleet](https://fleet.rancher.io/) GitOps deployments. It shows GitRepo health, bundle propagation status, and cluster targeting — all in a single view.

<Info>
  This page is demo-only — no Engine API calls are made. All data is synthetic.
</Info>

## Summary cards

Top-level cards provide at-a-glance Fleet health:

* **GitRepos** — total count and ready/not-ready breakdown
* **Bundles** — total bundles with status distribution
* **Clusters** — targeted cluster count and sync state

## GitRepo table

The main table lists all GitRepos with columns for:

| Column       | Description                               |
| ------------ | ----------------------------------------- |
| Name         | GitRepo resource name                     |
| Repo URL     | Git repository source                     |
| Branch       | Tracked branch                            |
| Status       | Ready, Modified, NotReady, or WaitApplied |
| Clusters     | Number of targeted clusters               |
| Last Updated | Timestamp of last reconciliation          |

Clicking a row drills down to the **repo detail** view showing individual bundle status and cluster assignments.

## Demo data

The following GitRepos are shown in demo mode:

| GitRepo            | Status   |
| ------------------ | -------- |
| rancher-monitoring | Ready    |
| cattle-system      | Ready    |
| longhorn           | Modified |
| neuvector          | Ready    |
