Skip to content

Instantly share code, notes, and snippets.

@pragyaasapkota
Last active February 14, 2023 09:28
Show Gist options
  • Save pragyaasapkota/36161d1488d5c9435d9a6d222935d9a5 to your computer and use it in GitHub Desktop.
Save pragyaasapkota/36161d1488d5c9435d9a6d222935d9a5 to your computer and use it in GitHub Desktop.
Virtualization Vs. Containerization
Virtualization Containerization
Virtual Machines are larger. Containers are smaller in size.
A single machine can have multiple OS - so they appear as multiple machines. The application is developed in the same OS under the environment - so the same machine works for multiple different environments.
The start-up time is higher than containers. The start-up time is comparatively less.
Virtual machines are slower than containers since they have many resources. Containers are faster.
The cost of implementation is very high. The cost of implementation is lower than the VMs.
It works best for IT enterprise businesses. It works best for software developers and related businesses.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment