Skip to content

Portal | Level: L1: Foundations | Topics: Configuration Management | Domain: DevOps & Tooling

Automation

Level: L1 | Domain: devops

Automation replaces repetitive manual tasks with scripts, pipelines, and tooling that execute reliably and consistently. In DevOps and SRE, automation targets toil -- work that is manual, repetitive, automatable, tactical, and scales linearly with service growth.

Deciding what to automate requires evaluating task frequency, error risk, blast radius, process stability, and maintenance cost. Not everything should be automated; some tasks benefit from partial automation with human approval gates.

See Also


Wiki Navigation