mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 23:04:05 -06:00
vault backup: 2022-09-21 15:24:31
This commit is contained in:
parent
a7234f38f8
commit
ef1c48e9c6
8
content/Shoppinglist.md
Normal file
8
content/Shoppinglist.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
Conditioner
|
||||||
|
Butter
|
||||||
|
Oats
|
||||||
|
Beans
|
||||||
|
Chips
|
||||||
|
Cinnamon
|
||||||
|
Incense?
|
||||||
|
Isopropyl alcohol
|
||||||
@ -121,3 +121,14 @@ examples
|
|||||||

|

|
||||||
|
|
||||||
## virtualisation within cloud computing
|
## virtualisation within cloud computing
|
||||||
|
- makes it easy for providers to run several services on a single physical server
|
||||||
|
- efficient use of hardware
|
||||||
|
- no idle servers
|
||||||
|
- move services from busy server to idle servers to balance load
|
||||||
|
- standardised virtual hardware exposed to guest OS simplifies guest configuration
|
||||||
|
- guests are segregated
|
||||||
|
- deployed using machine image
|
||||||
|
- file containing a bit for bit copy of what a real hard drive would contain if it contained
|
||||||
|
- an OS (usually linux)
|
||||||
|
- a deployment environment (web server, database server, libraries, etc)
|
||||||
|
- the service application/executables
|
||||||
Loading…
Reference in New Issue
Block a user