Understanding containerization
It's almost 6 o'clock, and dinner time is getting close. You are getting hungry. And you feel like cooking some roasted vegetables. Time to fire up the grill. But think about everything that's going to be required:
- Vegetables
- Grill
- Matches
- Charcoal or gas
- Condiments
- Tongs
So, it's more than just roasted vegetables.
Some companies specialize in bundling all the necessary elements to facilitate this process and you can buy everything in a package. A similar analogy would be if you went to a restaurant. The cook handles all of the elements listed here for you; all you have to do is eat.
It's the same with software. Installing something like a website is much more than just installing your code. It might require the following:
- An operating system
- A database
- A web server
- An app server
- Configuration files
- Seeding data for the database
- Underlying Hardware
In the same way, the restaurant chef handles everything for you, and container...