Thanks to visit codestin.com
Credit goes to github.com

Skip to content

vesseltracker/devops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

DevOps Challenge Problem

Members of the DevOps team are responsible for operations, configuration management, automated deployments, and monitoring.

The following problem is an opportunity to demonstrate your knowledge in these areas and perhaps learn something along the way.

Your challenge

  1. Configuration Management: Using the latest Ubuntu LTS, write the necessary ansible playbook to:

    1. Build a Docker Swarm Cluster with three masters servers (you can use vagrant to achieve it).

    2. Apply best practices to make the server secure.

  2. Application: the application exposes the port :8080, and there are the two endpoints: /work and /metrics. The work endpoint just return OK response, and it did not expect any input. The /metrics endpoint exposes Prometheus metrics. You will find the application in the application directory.

    1. Containerize the application. The app is a simple binary ready to go.
    2. Use docker stack to deploy the application in the cluster.
    3. Apply best practices to build the docker image and deployment.
    4. It seems that the developer had a bad day, so the app has an easter egg, can you find it?
  3. Have fun! Feel free to add your own features and ideas so long as they complement and extend the required features. This is your chance to show off.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published