/lab-devops

DevOps related assessment exercises

Primary LanguagePython

Hello world app

Hello world app using flask

Prerequisites

  • ansible >=2
  • docker >=18.05

  • What principles did you apply?

    • Self-service configuration
    • Automated provisioning
    • Continuous build
  • Explain the decisions you made and why you thought it was the best approach

    I decided to use nginx as a reverse proxy - it will give more flexibility in the future.

  • What is your recommendation for any future work? It would be great to use some container orchestaration system, preferable kubernetes.