Slide 16
Slide 16 text
4. Design, Build, Release, Run
• Strict separation of build, run environment is required
• Design: small design changes per iteration, how dependencies is vendored
• Build: artifacts generated from code repository. build - deployments is 1:N.
• Release: Build artifact combined with env/app-specific configuration
• Run: Keeping app alive, monitor health, log aggregation, and so on.