move to command folders
This commit is contained in:
2
commands/scale/scale-disks.sh
Normal file
2
commands/scale/scale-disks.sh
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
|
||||||
|
# Instructions here for google cloud https://cloud.google.com/compute/docs/disks/add-persistent-disk
|
@ -12,3 +12,9 @@ It will monitor the resource usage and response times and react when predetermin
|
|||||||
* Scale down when resources are under utilized
|
* Scale down when resources are under utilized
|
||||||
* Allow manual scaling
|
* Allow manual scaling
|
||||||
* In public cloud environments manage VM sizes and usage
|
* In public cloud environments manage VM sizes and usage
|
||||||
|
|
||||||
|
## Design Principles
|
||||||
|
|
||||||
|
* All features should work on local systems and in public clouds
|
||||||
|
* If there are specific cloud behaviors then there should be a way to specify which cloud the target is running on.
|
||||||
|
* Define a generic interface and implement it for each cloud.
|
||||||
|
Reference in New Issue
Block a user