Skip to content

A simple project to be used for the final retake exam for the DevOps Basics (2021.04) course at SoftUni

Notifications You must be signed in to change notification settings

zahari/dob-2021-04-exam-re

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dob-2021-04-exam-re

A simple project to be used for the final practice retake exam for the DevOps Basics (2021.04) course at SoftUni.

It is a set of three Docker containers, each with a dedicated role. Together they form a simple web application.

The general setup looks like:

general setup

If all set up corectly then the result will be something like this:

sample result

For successful completion of the challenge, you will have to implement the following steps:

  • (re)build the images;
  • (re)run the containers;
  • ensure the containers are part of the same network.

Please note that:

  • each container should be named after the following rule - dob-role, where role is either producer, storage, or consumer;
  • database password is expected to be Exam-2021;
  • web content is delivered by the consumer on port 5000. It may be redirected to an arbitrary port on the host, for example on port 80;
  • there is no particular order to follow when starting the containers.

More details could be found in the downloadable Practice Exam document available in the Retake Exam section of the course.

About

A simple project to be used for the final retake exam for the DevOps Basics (2021.04) course at SoftUni

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published