Skip to content

Commit

Permalink
Update 10-Application-Autoscaler.md
Browse files Browse the repository at this point in the history
  • Loading branch information
djitz committed Nov 30, 2017
1 parent d33ad7d commit 2340084
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions files/10-Application-Autoscaler.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
## Application Autoscaler

### PCF Study Guide Review Questions

- What is the autoscaler?

> - allow applications to be automatically scaled
- system load can be used as a trigger in place of manual interaction
> - system load can be used as a trigger in place of manual interaction
- How would you use it?
> service
Expand All @@ -15,7 +17,7 @@
- Do you understand autoscaler schedules?
> When there is an expected increase/decrease of traffic for the application during specific times of a day or on a particular day, it can be configured with `Scheduled Limit Changes`. For example: increasing the number of instances for Black Friday, decreasing the number of instances during off-business hours etc.,
### pluralsight recap
### Pluralsight recap

- How do you handle autoscaling today? Do you autoscale?

Expand All @@ -26,3 +28,7 @@
- How do you handle scaling at the data layer?

>
### Reference

https://docs.pivotal.io/pivotalcf/1-12/appsman-services/autoscaler/using-autoscaler.html

0 comments on commit 2340084

Please sign in to comment.