Skip to content
GitHubLinkedIn

Environment

An environment is an isolated deployment context where a system runs, with its own configuration, access controls, and (often) its own data.

Environments exist to reduce risk and make change safer by separating development and validation from production use.

  • Development environment
  • Test environment
  • Staging / acceptance environment
  • Production environment