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

Support for recommending resource specifications for workloads #212

Open
caohe opened this issue Aug 16, 2023 · 1 comment
Open

Support for recommending resource specifications for workloads #212

caohe opened this issue Aug 16, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@caohe
Copy link
Member

caohe commented Aug 16, 2023

Why is this needed?

Kubernetes is widely adopted for its ability to manage containerized workloads efficiently. However, determining the appropriate resource specifications (CPU and memory) for workloads remains a challenge. Often, users over-provision resources to ensure performance stability, leading to wasted resources and increased costs. On the other hand, under-provisioning can result in performance degradation and service disruptions.
By introducing a resource recommendation feature, we can address these challenges and provide the following benefits:

  • Resource Efficiency: Users will be able to allocate resources more accurately, reducing waste and optimizing cost management.
  • Performance Optimization: Tailored recommendations will ensure that workloads have the resources they need to run optimally, minimizing both over-provisioning and performance bottlenecks.
  • Ease of Use: The automated recommendation process will simplify resource management for both experienced and novice Kubernetes users.

What would you like to be added?

This issue proposes the addition of a new feature that enhances Kubernetes resource utilization by providing the ability to recommend resource specifications for workloads. This feature would analyze historical usage patterns and real-time performance metrics of workloads to intelligently suggest optimal resource requests for CPU and memory.

@caohe caohe added the enhancement New feature or request label Aug 16, 2023
@caohe caohe added this to the v0.4 milestone Aug 16, 2023
@ZhangsongLee
Copy link
Collaborator

/assign

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
Status: 📋 Backlog
Development

No branches or pull requests

3 participants