Site Reliability Engineering - CI/CD Glossary Definition
Site reliability engineering (SRE), originated at Google, applies software-engineering practices to operations, using error budgets and service-level objectives to balance reliability against the pace of change.
In CI/CD
SRE uses the error budget to gate releases: when a service has spent its budget, the pipeline can pause risky deploys, linking delivery speed directly to measured reliability.
Related guides
DevOps - CI/CD Glossary DefinitionDevOps: DevOps is a set of practices and a culture that unite software development and IT operations to short…
Platform Engineering - CI/CD Glossary DefinitionPlatform Engineering: Platform engineering is the discipline of building an internal developer platform (self…
Lead Time - CI/CD Glossary DefinitionLead Time: Lead time is the elapsed time from when a change is requested or committed until it is running in…