Continuous Delivery Maturity Model (Nederlandse vertaling)

Categorie Basis Beginner Gemiddeld Gevorderd Expert
Cultuur & Organisatie
  • CO-001 – Geprioriteerde werkzaamheden
  • CO-002 – Gedocumenteerd proces
  • CO-003 – Frequente commits
  • CO-101 – Eén backlog per team
  • CO-102 – Delen van pijn
  • CO-103 – Stabiele teams
  • CO-104 – Basis Agile methodes
  • CO-105 – Testen onderdeel van development
  • CO-201 – Multidisciplinair team
  • CO-202 – Component eigenaarschap
  • CO-203 – Handelen op metrics
  • CO-204 – Dev & Ops samenwerking
  • CO-205 – Vast proces voor alle wijzigingen
  • CO-206 – Decentrale besluitvorming
  • CO-301 – Dedicated tools-team
  • CO-302 – Team verantwoordelijk tot productie
  • CO-303 – Deploy losgekoppeld van release
  • CO-304 – Continuous improvement (Kaizen)
  • CO-401 – Cross-functioneel team
  • CO-402 – No rollbacks (altijd roll forward)
Ontwerp & Architectuur
  • OA-001 – Geconsolideerd platform & technologie
  • OA-101 – Systeem in modules
  • OA-102 – API management
  • OA-103 – Library management
  • OA-201 – Minimale branching
  • OA-202 – Branch by abstraction
  • OA-203 – Configuratie als Code
  • OA-204 – Feature toggles
  • OA-205 – Modules → componenten
  • OA-301 – Component-gebaseerde architectuur
  • OA-303 – Business metrics in push
  • OA-401 – Infrastructure as Code
Build & Deploy
  • BD-001 – Code in versiebeheer
  • BD-002 – Gescripte builds
  • BD-003 – Geplande builds (CI)
  • BD-004 – Dedicated build server
  • BD-005 – Handmatige deploys
  • BD-006 – Enkele deployment scripts
  • BD-101 – Polling builds
  • BD-102 – Opslag builds
  • BD-103 – Handmatige tagging & versies
  • BD-104 – Eerste stappen naar standaard deploys
  • BD-105 – DB-wijzigingen in versiebeheer
  • BD-201 – Auto-triggered builds (hooks)
  • BD-202 – Geautomatiseerde tagging
  • BD-203 – Build once, deploy anywhere
  • BD-204 – Automatische DB-wijzigingen
  • BD-205 – Pipeline tot productie
  • BD-206 – Gescripte configuratie
  • BD-207 – Gestandaardiseerd proces voor alle omgevingen
  • BD-301 – Zero downtime deploys
  • BD-302 – Meerdere buildmachines
  • BD-303 – Volledig automatische DB deploys
  • BD-401 – Build bakery
  • BD-402 – Zero-touch continuous deployment
Test & Verificatie
  • TV-001 – Automatische unit-tests
  • TV-002 – Aparte testomgeving
  • TV-101 – Automatische integratietests
  • TV-201 – Component-tests (geïsoleerd)
  • TV-202 – Enkele automatische acceptatietests
  • TV-301 – Volledige automatische acceptatietests
  • TV-302 – Performance tests
  • TV-303 – Security tests
  • TV-304 – Risicogebaseerde handmatige tests
  • TV-401 – Verifieer verwachte bedrijfswaarde
Informatie & Rapportage
  • IR-001 – Basis metrics
  • IR-002 – Handmatige rapportages
  • IR-101 – Proces meten
  • IR-102 – Statische code-analyse
  • IR-103 – Periodieke kwaliteitsrapportages
  • IR-201 – Gedeeld informatiemodel
  • IR-202 – Traceerbaarheid in pipeline
  • IR-203 – Rapportagehistorie beschikbaar
  • IR-301 – Graphing-as-a-Service
  • IR-302 – Dynamische test coverage
  • IR-303 – Trendanalyse
  • IR-401 – Dynamische dashboards
  • IR-402 – Cross-silo analyse