Skip to main content

Environments & regions

Environments

There are multiple environments in deployment:

  • dev02 - deployed automatically every push to the develop branch.
  • test02 - deployed automatically every push to the develop branch.

These two environments can be managed by us (developers). For the other two, pre-prod and prod, the DevOps team will support us.

  • ppr - Pre-prod environment
  • prd - Prod environment

Each environment usually has its own shadow architecture, e.g.:

  • CDN services
  • Container registry

Regions

For data security requirements the backends are also split into multiple regions in ppr and prd.

There are:

  • use - US east
  • weu - West EU
  • sea - South east Asia

Also for these regions you will find region specific resources, e.g.:

  • KeyVaults
  • Databases (shared for dev and test)
  • Kubernetes Clusters (shared for dev and test)

A small overview can be seen here:

alt text