Reports¶
Each review writes a Markdown report to reports/:
reports/
├── eks-prod-assessment-20260608_120312.md
├── eks-prod-upgrade-readiness-20260608_131045.md
└── eks-staging-assessment-20260607_154420.md
Every report includes:
- An executive summary with the compliance score and a per-category breakdown
- Quick wins: fixes achievable in under 30 minutes
- A findings table with every check, its severity, status, and impacted resources
- Per-finding detail: impact, current state, and exact remediation commands
- Trend analysis against previous reviews of the same cluster
Reports are written to reports/ as plain Markdown, so they are easy to share with your team or attach to tickets. Because they include cluster configuration details and IAM ARNs, give them a quick review before sharing them outside your organization.
See a sample before you install¶
Want to judge the output quality first? Two real, sanitized reports ship with the docs:
- Assessment Report: a full best-practice review with executive summary, findings table, per-finding remediation, and trend analysis.
- Upgrade Readiness Report: a multi-hop (1.30 to 1.33) upgrade readiness assessment with a go or no-go verdict and an ordered upgrade plan.