Start Preparation Smartly

We have the collection to start prepartion smartly.

Start Assessment

Learn Kubernetes | K8s Tutorial for Beginners

  DevOps Tech Hub

116 Followers

Monolithic Vs. Micro Services Architecture


Monolithic Architecture is the traditional deployment practice and is more suitable for small scale applications which does not have much complexity in development and business functions.

Microservices Architecture is agile development practice and is more suitable for large scale applications which involves complexity in development and have many business services functions can run independently.

Based on the requirement we choose the best suited application architecture. When we deploy applications using Microservices Architecture the service component can run on separate Physical server, Virtual Server, or even in the container. We might have familiar about Physical and Virtual compute environment; Let us talk about Container Compute Environment in the next Chapter.  


Previous Next