The Fleet Overview page surfaces the state of Fleet GitOps deployments. It shows GitRepo health, bundle propagation status, and cluster targeting — all in a single view.
This page is demo-only — no Engine API calls are made. All data is synthetic.
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 |