Comprehensive and Detailed Explanation From Exact Extract:
Simplicity is a core SRE design principle. Google states: “Small, frequent, automated changes reduce risk and improve system stability.” (SRE Book – Release Engineering). Automating continuous, small deployments creates a simple and repeatable pipeline that increases agility while maintaining reliability. This approach aligns with both DevOps and SRE practices: reducing deployment complexity, lowering blast radius, and supporting rapid iteration.
Option B best reflects this philosophy: automated, continuous small deployments provide simplicity, stability, and agility simultaneously.
Option A improves process clarity but does not directly affect agility.
Option C is beneficial but broader and not specific to simplicity.
Option D focuses on control rather than agility.
Thus, B is correct.
[References:, Site Reliability Engineering, Chapter: “Release Engineering.”, The Site Reliability Workbook, CI/CD and Safe Deployment patterns., ]
Submit