DevOps / SRE ยท Frameworks

Frameworks & use cases for DevOps / SRE

A framework is just a named way of working. Pick the lightest one that answers the question you have today. Each card below says what it is, when to use it, how a DevOps engineer or SRE might apply it, what goes wrong, and where to read more.

Cards start folded. Expand one at a time. The open card fills the width and the rest move below.

Delivery performance

DORA

Four key metrics: deployment frequency, lead time for changes, change fail rate, and failed deployment recovery time.

Reliability

SLO / error budgets (SRE)

Service Level Indicators and Objectives with an error budget that governs how much unreliability you can spend on change.

Delivery practice

Continuous Delivery

Keep software in a releasable state through small batches, comprehensive automation and fast feedback from commit to production.

Platform

Infrastructure as Code

Define and manage infrastructure through versioned code and automated apply, enabling review, repeatability and policy.

Operate

Observability

Understand system behaviour from outputs using high-cardinality events, metrics, logs and traces so you can debug novel failures.

Incidents

Incident Command

Structured roles and communications for coordinating restoration during an incident, often adapted from ICS practices.

Service management

ITIL change enablement

Risk-appropriate change practices that enable, rather than freeze, delivery when adapted for continuous delivery.

Org design

Team Topologies

Model for aligning team types and interaction modes (stream-aligned, platform, enabling, complicated-subsystem) to reduce cognitive load.

Civil Service / UK cyber

NCSC CAF

NCSC Cyber Assessment Framework for outcomes-based cyber resilience assessment widely used in UK government contexts.

Secure delivery

SLSA / supply chain security

Supply-chain Levels for Software Artifacts: a framework for increasing integrity of build and provenance.

Reliability validation

Chaos engineering

Experiment on a system to build confidence in its ability to withstand turbulent conditions in production-like environments.

Civil Service standard

GDS Service Standard

Fourteen points for UK public services, including technology, security, performance and iteration expectations that touch operability.

Team methodology

Kanban (for ops / platform)

Visualise work, limit WIP and manage flow. Strong fit for interrupt-driven reliability and platform demand.

Architecture review

Well-Architected (cloud)

Cloud provider frameworks (AWS, Azure, GCP) for reviewing reliability, security, cost, performance and operational excellence.