diff --git a/I20-2307-Muhammad-Moosa.md b/I20-2307-Muhammad-Moosa.md new file mode 100644 index 00000000..d86f8c25 --- /dev/null +++ b/I20-2307-Muhammad-Moosa.md @@ -0,0 +1,14 @@ +VMs (Virtual Machines): + +Virtualize hardware, including a complete OS for each VM. +High resource usage (memory, CPU, storage). +Strong isolation. +Slower startup. +Less portability due to larger images. +Docker Containers: + +Virtualize the OS, sharing the host OS kernel. +Low resource usage. +Application-level isolation. +Almost instant startup. +Highly portable, small image sizes. diff --git a/devops.jpeg b/devops.jpeg new file mode 100644 index 00000000..880f31b1 Binary files /dev/null and b/devops.jpeg differ