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

Question about karmada-scheduler-estimator component performance in large-scale clusters scenarios #4995

Open
zhy76 opened this issue May 28, 2024 · 0 comments
Labels
kind/question Indicates an issue that is a support question.

Comments

@zhy76
Copy link
Member

zhy76 commented May 28, 2024

Please provide an in-depth description of the question you have:
If we want scheduling to be as precise as possible to avoid situations where a workload cannot be launched even though there are resource budgets available for developers' side, I see karmada has the karmada-scheduler-estimator component which can accurately calculate the number of schedulable replicas in each cluster. I wonder the performance of this component in large-scale clusters. This component seems to be centrally deployed in the host cluster and needs to monitor and calculate resources for all pods across all clusters. I wonder why not adopt a method where the calculation is done in the member clusters, and the results are aggregated in the host cluster, this way might reduce the pressure on the host cluster?
What do you think about this question?:
I would also like to know what are the best practices for scenarios requiring accurate calculation of available resources in clusters for more precise scheduling? How do mainstream approaches trade-off performance and scheduling accuracy?Thanks~
Environment:

  • Karmada version:
  • Kubernetes version:
  • Others:
@zhy76 zhy76 added the kind/question Indicates an issue that is a support question. label May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/question Indicates an issue that is a support question.
Projects
None yet
Development

No branches or pull requests

1 participant