/
Infrastructure

Infrastructure

Environments

Infrastructure should consist of three environments:

  • PROD

  • STAGING

  • UAT

PROD

Runs the latest stable version of the application.

STAGING

Runs version to be deployed to PROD. Selected customer users are testing and reviewing this version.

UAT

Runs the latest developed version of the application. Serves as a testing environment for developers. New builds are deployed continuously.

Architecture

In minimal configuration each environment consist of one application server and one database server.