Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a recommended values for individual pods #75

Open
1 task
zx-999 opened this issue Jan 3, 2025 · 0 comments
Open
1 task

Provide a recommended values for individual pods #75

zx-999 opened this issue Jan 3, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@zx-999
Copy link
Contributor

zx-999 commented Jan 3, 2025

Problem

Kubernetes allows users to set resource limits for CPU and memory but currently has no process of determining optimal values. This feature will solve that issue by recommending CPU and memory values based on historical data from individual pods.

Solution

We've explored the idea of creating an algorithm that analyses historical CPU and memory data to calculate and suggest an optimal number. This algorithm will look at average usage over the past few weeks to get a good idea of typical trends and suggest requests and limits based on these patterns.

As users implement sugggestions, the system can continuously monitor performance after the fact in a continuous feedback loop and adapt accordingly.

Additional information

No response

👨‍👧‍👦 Contributing

  • 🙋‍♂️ Yes, I'd love to make a PR to implement this feature!
@zx-999 zx-999 added the enhancement New feature or request label Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant