Skip to content

Commit

Permalink
Merge pull request #492 from helinwang/elastic
Browse files Browse the repository at this point in the history
Rename Design Doc: Horizontal Autoscaling to Design Doc: Elastic Deep…
  • Loading branch information
helinwang committed Nov 12, 2017
2 parents e5ee813 + 9bd2a26 commit 35666ec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/autoscale/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Design Doc: Horizontal Autoscaling
# Design Doc: Elastic Deep Learning

## Background

A PaddlePaddle training job contains several trainer instances,
several parameter server instances, and one master instance. We would
like to automatically scale the number of training instances and the
number of parameter server instances to fully utilize the cluster's
computation resources.
computation resources. We call this Elastic Deep Learning.

Currently, we will only support horizontal trainer
autoscaling. Parameter server horizontal autoscaling will be supported
in the near future. This design doc considers both of them.
Currently, we will only support trainer autoscaling. Parameter server
autoscaling will be supported in the near future. This design doc
considers both of them.

[Horizontal Pod Autoscaling (HPA)](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/) is
an autoscaling solution provided by Kuberentes, but it's not suitable
Expand Down

0 comments on commit 35666ec

Please sign in to comment.