Version Control in mono-repos
Use Pull-Request flow
Explicitly declare and isolate dependencies (docker, maven, npm, composer)
separate config from deployment
Centralize deployment workflow and steps (testing, db migration, build, staging, pre-production, production)
Use Declarative formats to describe build/deployment
containerize with OCI Images (Docker)
Minimize divergence between development and production, enabling continuous deployment for maximum agility.
scale up and out without significant changes to tooling, architecture, or development practices.
Execute Apps/Deployments as one or more processes, processed should be empheremal
General
Content
Integrations