Skip to content

feat: add resources analyzer for missing requests/limits#1608

Open
praveen0612 wants to merge 1 commit intok8sgpt-ai:mainfrom
praveen0612:feat/resources-analyzer
Open

feat: add resources analyzer for missing requests/limits#1608
praveen0612 wants to merge 1 commit intok8sgpt-ai:mainfrom
praveen0612:feat/resources-analyzer

Conversation

@praveen0612
Copy link
Copy Markdown
Contributor

📑 Description

✅ Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed (go test ./pkg/analyzer -v)

ℹ Additional Information

Signed-off-by: Praveen Kumar <kumarpraveen@adobe.com>
@praveen0612 praveen0612 requested review from a team as code owners February 14, 2026 10:28
@github-project-automation github-project-automation Bot moved this to Proposed in Backlog Feb 14, 2026
@AlexsJones AlexsJones added documentation Improvements or additions to documentation enhancement New feature or request GitHub Actions labels Feb 28, 2026
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good new analyzer. Missing resource requests/limits is a real operational pain point.

Notes:

  1. Starting with Deployments only is a safe approach. Consider noting in a comment that it can be extended to StatefulSets and Jobs in follow-up PRs.
  2. The initContainers check is a nice touch — often overlooked.
  3. Consider adding a metric label for the container type (container vs initContainer) for easier dashboarding.

LGTM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request GitHub Actions

Projects

Status: Proposed

Development

Successfully merging this pull request may close these issues.

3 participants