Completek8s Classroomnotes 20/Jun/2023

Monolith

  • In this category application is developed
    • to run on a single server
    • in single code base
    • in single technology
  • Architecture:
    Preview
  • Problems:

    • Deployment:
      • To make the smallest possible change on business logic server, we need to take the application down and then deploy
  • Advantages:

    • Simple to configure
    • Simple to deploy

Distributed Monolith

  • Application is broken into individually runnable services which share the common database
    Preview

MicroServices

  • Application is broken down into smaller individually deployable services with each service having its own database/datastore
    Preview
  • Generally domain/problem based decomposition is popular phenomnenon.
  • Eventual consistency is important term
  • Advantages:
    • Scaling: Individually scale the microservices
    • Technology Changes: each service can be implemented in technology suitable for it.
  • Disadvantages:
    • Orchestration:
    • Distributed system challanges

Containers

  • What are solaris zones & when were they introduced?
  • When was linux namespaces & containers introduced?
  • We will figure out this technology tomorrow.

Published
Categorized as Uncategorized Tagged

By continuous learner

devops & cloud enthusiastic learner

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Social Media Integration by Acurax Wordpress Developers

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Visit Us On FacebookVisit Us On LinkedinVisit Us On Youtube