๐ŸŽ New User? Get 20% off your first purchase with code NEWUSER20 ยท โšก Instant download ยท ๐Ÿ”’ Secure checkout Register Now โ†’
Menu

Categories

DevOps Intermediate

What is SRE (Site Reliability Engineering)?

An engineering discipline that applies software engineering principles to infrastructure and operations to create reliable systems.

Site Reliability Engineering, pioneered by Google, treats operations as a software problem. SRE teams define Service Level Objectives (SLOs), measure them through Service Level Indicators (SLIs), and use error budgets to balance reliability with feature velocity. When the error budget is exhausted, teams prioritize reliability work over new features. Key practices include toil automation (eliminating repetitive manual work), blameless postmortems, capacity planning, and progressive rollouts. SRE bridges the gap between development speed and operational stability.

Related Terms

Jenkins
An open-source automation server for building, testing, and deploying software through configurable CI/CD pipelines.
Kubernetes Secret
A Kubernetes object for storing sensitive data like passwords, tokens, and certificates, with base64 encoding and optional encryption at rest.
Continuous Deployment
A practice where every code change that passes automated tests is automatically deployed to production.
Container Registry
A storage and distribution service for container images, similar to a package repository but for Docker images.
Git
A distributed version control system that tracks changes in source code during software development.
Runbook
A documented set of standardized procedures for handling routine operations and incident response in production systems.
View All DevOps Terms โ†’