DevOps Classroom Series – 09/Jun/2020

Evolution of Application Environments

  • Physical Servers

  • Hypervisors like VMware, HyperV , KVM and Virtual Box

  • Container technologies like docker, rocket

  • Reference

Snippet:

  • Create a Tomcat Server/Apache Server
    1. Physical:
      • Procure Physical Server
      • Install OS and get n/w
      • install java
      • install tomcat
    2. Virtual Machines:
      • Create a Virtual Machine with some os
      • install java
      • install tomcat
      • In this class lets create ec2 instance from aws cloud Refer Here
      sudo apt update
      sudo apt install openjdk-8-jdk -y
      sudo apt install tomcat8 -y
      sudo apt install apache2 -y
      
    3. Docker
      • Login into the machine with docker installed Refer Here

Leave a ReplyCancel reply

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

Please turn AdBlock off
Social Network Integration by Acurax Social Media Branding Company

Discover more from Direct DevOps from Quality Thought

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

Continue reading

Exit mobile version
%%footer%%