-
Notifications
You must be signed in to change notification settings - Fork 77
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
Autoscaling cluster experiment design #413
Comments
👍 |
@putcn sure. Put this experiment in the PR article is also fine. |
Some additional ideas:
|
Some additional ideas: We need to test the cluster running Pods other than PaddlePaddle Pods (e.g., nginx, databases), and show that the training job is scaled down when the QPS (actually we will measure the CPU limit, but we can plot the QPS) of the nginx server increases. This use case is very good for training that only requires CPU and memory resources - share the CPU and memory with the general purpose Pods. |
Evironment requiremnets:
Test cases:
2~100
pods. Trainer will scale immediently to use maximum free resources in the cluster.deployment
simulating online cluster loads. Trainer should scale down if not enouph resource left.5~10
mnist training jobs with different parallelism settings, scale2~100
pods. Jobs should scale equally and fair.The text was updated successfully, but these errors were encountered: