Environments & regions
Environments
There are multiple environments in deployment:
dev02- deployed automatically every push to thedevelopbranch.test02- deployed automatically every push to thedevelopbranch.
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 environmentprd- 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 eastweu- West EUsea- 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:
