DevOps Classroom Series – 24/Jan/2020

Microservices Deployments

  • Running each microservice on Container is possibly the best option to deploy microservice based applications
  • Advantages:
    • Individual Microservice can be scaled

Container

  • Todays Definition: Container is an isolated area which has every thing to run the application

Role in Docker as a DevOps Engineer

  1. First expectation is to do something to make your application run inside container (Contenarization).

First Steps towards Containerization

  • Installing Docker
    docker info
    docker container ls
    docker image ls
    docker run hello-world
    
  • Understanding Docker Image and Docker Container

Leave a Reply

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

About learningthoughtsadmin