move to command folders

This commit is contained in:
2019-10-30 00:16:17 -06:00
parent c1a6e79ba8
commit 399a7c25a4
5 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,2 @@
# Instructions here for google cloud https://cloud.google.com/compute/docs/disks/add-persistent-disk

View File

@ -12,3 +12,9 @@ It will monitor the resource usage and response times and react when predetermin
* Scale down when resources are under utilized
* Allow manual scaling
* 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.