Cloud_Computing_2_Mark_Answers
Cloud_Computing_2_Mark_Answers
Differentiate between Containers and Virtual Machines and write one use case
for each:
- Containers: Lightweight; share the host OS kernel.
Use Case: Microservices deployment.
- Virtual Machines: Fully isolated; include a guest OS.
Use Case: Running legacy applications.