Reader small image

You're reading from  Blockchain for Enterprise

Product typeBook
Published inSep 2018
Reading LevelBeginner
PublisherPackt
ISBN-139781788479745
Edition1st Edition
Languages
Concepts
Right arrow
Author (1)
Narayan Prusty
Narayan Prusty
author image
Narayan Prusty

Narayan Prusty is a full-stack developer. He works as a consultant for various start-ups around the world. He has worked on various technologies and programming languages but is very passionate about JavaScript, WordPress, Ethereum, Solr, React, Cordova, MongoDB, and AWS. Apart from consulting for various start-ups, he also runs a blog titled QNimate and a video tutorial site titled QScutter, where he shares information about a lot of the technologies he works on.
Read more about Narayan Prusty

Right arrow

What are containers?


If you are using a PaaS or SaaS to create your application, then you will not come across containers because they take care of containerizing your application. PaaS simply lets you push the source code of your app to the cloud and it builds and runs the app for you. 

If you are using IaaS to build your application, then without containerizing your application, it will become next to impossible to scale and manage your application. Let's take a scenario and try to understand why we need containers.

In IaaS, to deploy your app you would need to perform the following steps:

Provision a Virtual Machines (VMs

  1. Install all the dependencies and runtime environments of the app 
  2. Run the app
  3. If the app starts receiving more traffic than the VM can handle, you will start creating new VMs and distribute the traffic using a load-balancer
  4. For every new VM, you need to follow the same procedure for installing the dependencies and runtime environments before running new instances of the app...
lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Blockchain for Enterprise
Published in: Sep 2018Publisher: PacktISBN-13: 9781788479745

Author (1)

author image
Narayan Prusty

Narayan Prusty is a full-stack developer. He works as a consultant for various start-ups around the world. He has worked on various technologies and programming languages but is very passionate about JavaScript, WordPress, Ethereum, Solr, React, Cordova, MongoDB, and AWS. Apart from consulting for various start-ups, he also runs a blog titled QNimate and a video tutorial site titled QScutter, where he shares information about a lot of the technologies he works on.
Read more about Narayan Prusty