DevOps SRE Domain

Domain · DOM05

Deep Dive: DevOps, SRE & Platform Engineering Domain

Authored: April 2026
Domain: Automation & Continuous Deployment
Scope: Career paths, certifications (CNCF, HashiCorp, AWS, GitHub, Red Hat), skill progression, compensation, learning resources, and structural differences between DevOps ↔ SRE ↔ Platform Engineering.


Table of Contents

  1. Definitional Framework
  2. Core Certifications
  3. Specialized Certifications
  4. Career Progression & Timelines
  5. Compensation by Role & Experience
  6. Structural Differences: DevOps vs. SRE vs. Platform Engineering
  7. Free & Paid Learning Resources
  8. Essential Books
  9. Conferences & Communities
  10. 2026 Updates & Rebrands
  11. Sources

Definitional Framework

The automation and reliability space has fragmented into three overlapping but distinct disciplines. While they collaborate closely, their primary focus and incentive structures differ materially.

DevOps

Philosophy, not a job title. DevOps is a cultural and organizational movement aimed at breaking down silos between development and operations teams. It emphasizes speed, collaboration, and continuous delivery through automation (CI/CD pipelines, infrastructure as code, automated testing, deployment, and monitoring).

  • Primary driver: Faster feature delivery and reduced time-to-market.
  • Measurement: Deployment frequency, lead time for changes, mean time to recovery (MTTR).
  • Scope: Process automation, toolchain integration, CI/CD, infrastructure provisioning.
  • Team composition: Typically engineers who bridge dev and ops, implementing automation across the SDLC.

Site Reliability Engineering (SRE)

Operations through an engineering lens. SRE is a specific engineering discipline pioneered by Google. It applies software engineering principles to operational problems, focusing on reliability, scalability, and availability through error budgets and service-level objectives (SLOs).

  • Primary driver: System reliability, observability, incident response.
  • Measurement: Service-level indicators (SLIs), service-level objectives (SLOs), error budgets, MTBF (mean time before failure).
  • Scope: Monitoring, alerting, incident response, capacity planning, chaos engineering, runbook automation.
  • Team composition: Software engineers (often with strong systems backgrounds) who write code to prevent outages and improve production systems.
  • Key insight: SREs get a budget of allowed downtime (error budget); when they exceed it, no new features ship until reliability improves.

Platform Engineering

Developer experience as first-class concern. Platform engineering emerged as a response to poorly implemented DevOps and SRE practices. It focuses on building and maintaining internal platforms that make it easier for development teams to deploy, monitor, and operate their own services.

  • Primary driver: Developer productivity, self-service, reduction of cognitive load.
  • Measurement: Developer satisfaction, platform adoption, time to first deploy, reduction in toil.
  • Scope: Internal developer platforms (IDPs), CI/CD tooling, abstraction layers, platform documentation, developer experience.
  • Team composition: Platform engineers (DevOps + SRE skills + user empathy) who build toolchains and frameworks for internal consumers.
  • Key insight: Developers are the customer; the platform must be intuitive and self-explanatory.

How they work together: DevOps drives the cultural shift and tooling. SRE ensures the systems that run that tooling are reliable. Platform engineering scales it so that all developers can use it effectively.


Core Certifications

CNCF / Kubernetes Ecosystem

The Cloud Native Computing Foundation (CNCF) manages the dominant container orchestration and cloud-native certification stack. All exams are online, proctored, and performance-based (hands-on in a real Kubernetes cluster).

KCNA — Kubernetes and Cloud Native Associate

  • Level: Entry-level
  • Focus: Cloud native ecosystem fundamentals, Kubernetes concepts, containerization
  • Format: Online, proctored, multiple-choice
  • Duration: 90 minutes
  • Cost: $250 (includes one free retake)
  • Prerequisites: None
  • Validity: 3 years (with automatic update if you later earn CKA or CKAD post-Jan 1, 2026)

2026 Update: Starting January 1, 2026, candidates who achieve a higher Kubernetes certification (CKA or CKAD) after earning KCNA will have their KCNA status automatically updated to "current" with matching expiration dates. This simplifies multi-cert maintenance.

Source: CNCF — KCNA Certification


CKAD — Certified Kubernetes Application Developer

  • Level: Intermediate
  • Focus: Designing, building, configuring, and deploying cloud-native applications on Kubernetes
  • Format: Online, proctored, performance-based (hands-on tasks)
  • Duration: ~2 hours
  • Cost: Exam only ~$395
  • Prerequisites: Recommended: KCNA or equivalent K8s knowledge
  • Validity: 2 years

Target audience: Developers who deploy and manage applications in Kubernetes clusters.

Source: CNCF — CKAD Certification


CKA — Certified Kubernetes Administrator

  • Level: Intermediate-to-Advanced
  • Focus: Installing, configuring, and managing Kubernetes clusters in production
  • Format: Online, proctored, performance-based (command-line tasks)
  • Duration: 2 hours
  • Cost: Exam only ~$445
  • Prerequisites: Strong Linux and networking knowledge
  • Validity: 2 years

Target audience: Operations engineers, DevOps engineers, and platform engineers responsible for cluster administration.

Source: CNCF — CKA Certification


CKS — Certified Kubernetes Security Specialist

  • Level: Advanced
  • Focus: Securing Kubernetes clusters, networking policies, RBAC, supply chain security
  • Format: Online, proctored, performance-based
  • Duration: 2 hours
  • Cost: Exam only ~$495
  • Prerequisites: CKA or equivalent production cluster experience
  • Validity: 2 years

Source: CNCF — CKS Certification


KCSA — Kubernetes and Cloud Security Associate

  • Level: Entry-level
  • Focus: Cloud security fundamentals, identity, secrets management, network security
  • Format: Online, proctored, multiple-choice
  • Duration: 90 minutes
  • Cost: $250
  • Prerequisites: None
  • Validity: 2 years

Source: CNCF — KCSA Certification


Kubestronaut Program

  • Requirement: Earn all four Kubernetes certifications (KCNA, CKAD, CKA, CKS)
  • Recognition: Special badge and recognition on CNCF website
  • Timeline: Typically 12–18 months for focused candidates
  • Validity: All four certs must remain current

Source: CNCF — Kubestronaut Program


PCA — Prometheus Certified Associate

  • Level: Entry-level (pre-professional)
  • Focus: Observability, Prometheus monitoring, PromQL, alerting, and dashboarding
  • Format: Online, proctored, multiple-choice
  • Duration: 90 minutes
  • Cost: $250
  • Passing score: 75%
  • Prerequisites: Recommended: Kubernetes knowledge (KCNA, CKA, or bootcamp experience)
  • Validity: 2 years

Exam domains:

  • PromQL (28%)
  • Prometheus Fundamentals (20%)
  • Observability Concepts (18%)
  • Alerting & Dashboarding (18%)
  • Instrumentation and Exporters (16%)

Note: Consensus from the community is that while conceptually accessible, the exam is not "easy." Hands-on lab practice is essential.

Source: CNCF — PCA Certification


ICA — Istio Certified Associate

  • Level: Entry-level (pre-professional)
  • Focus: Istio service mesh, installation, traffic management, security, resilience, observability
  • Format: Hybrid — performance-based tasks + multiple-choice questions
  • Duration: 2 hours
  • Cost: Exam only $250; exam + THRIVE-ONE subscription $495
  • Passing score: 68%
  • Prerequisites: None
  • Validity: 2 years

Key feature: Open-book exam — official documentation is allowed during the test.

Source: CNCF — ICA Certification


HashiCorp Certifications

HashiCorp provides certifications for infrastructure automation, secrets management, and service mesh tools. All exams are 60 minutes, delivered via Certiverse, online-proctored, and valid for 2 years.

Terraform Associate (004) — Current Version (as of Jan 8, 2026)

  • Level: Associate (entry-level)
  • Focus: Writing, reading, and modifying basic Terraform configurations
  • Duration: 60 minutes
  • Cost: $70.50
  • Passing score: 70%
  • Prerequisites: Basic Terraform and IaC knowledge
  • Validity: 2 years

New in 004 (launched Jan 8, 2026):

  • Lifecycle rules (depends_on, create_before_destroy)
  • Custom conditions validation
  • Ephemeral values and write-only arguments
  • HCP Terraform workspaces and projects

Predecessor: Terraform Associate 003 retired Jan 7, 2026.

Source: HashiCorp — Terraform Associate 004


Terraform Operations Professional

  • Level: Professional
  • Format: Hands-on lab exam
  • Focus: State management, modules, remote operations, team workflows
  • Prerequisites: Terraform Associate or equivalent experience

Source: HashiCorp Certifications


Vault Certifications

  • Vault Associate: Entry-level secrets management
  • Vault Operations Professional: Advanced operations and security policies

Source: HashiCorp Certifications


Consul, Boundary, Nomad, Packer

All have associate-level certifications available. Check the HashiCorp certification catalog for current offerings and versions.


Cloud Provider DevOps Certifications

AWS — DOP-C02: Certified DevOps Engineer Professional

  • Level: Professional (requires 2+ years hands-on AWS experience)
  • Focus: CI/CD automation, infrastructure as code, monitoring, compliance, incident response, disaster recovery
  • Format: Online, proctored, multiple-choice
  • Duration: 3 hours
  • Questions: 65 (scored)
  • Cost: ~$300
  • Passing score: 750/1000
  • Validity: 3 years

Exam domains:

  1. SDLC Automation (22%)
  2. Configuration Management and Infrastructure as Code (17%)
  3. Monitoring and Logging (15%)
  4. Policies and Standards Automation (10%)
  5. Incident and Event Response (18%)
  6. High Availability, Fault Tolerance, and Disaster Recovery (18%)

Prerequisites: Recommended 2+ years hands-on AWS experience, strong DevOps processes knowledge, CI/CD, and IaC experience.

Source: AWS Certified DevOps Engineer – Professional


Microsoft — AZ-400: DevOps Engineer Expert

  • Level: Expert (requires AZ-104 or equivalent)
  • Focus: Azure DevOps, CI/CD pipelines, infrastructure as code, monitoring, security
  • Format: Online, proctored, multiple-choice and scenario-based
  • Duration: 2 hours 30 minutes
  • Cost: ~$165
  • Validity: 1 year (renewed annually on passing date)

Source: Microsoft AZ-400 Certification


Google Cloud — Professional Cloud DevOps Engineer

  • Level: Professional
  • Focus: Cloud-native CI/CD, Kubernetes deployments, monitoring, incident response on GCP
  • Format: Online, proctored, multiple-choice
  • Duration: 2 hours
  • Cost: ~$200

Source: Google Cloud Professional DevOps Engineer


GitHub Certifications

GitHub has expanded its certification portfolio under Microsoft Learn. All are online, proctored exams.

GH-900: GitHub Foundations

  • Level: Entry-level
  • Focus: GitHub basics, collaboration, repositories, workflows, GitHub Actions fundamentals
  • Format: Online, proctored, multiple-choice
  • Duration: 90 minutes
  • Cost: $99
  • Validity: 2 years (as of Jan 2026)

2026 Update: Exam was significantly revised in January 2026 with new objectives, some objectives removed/reworded. Starting July 1, 2026, exams are delivered via Pearson VUE.

Source: GitHub Foundations — GH-900


GH-200: GitHub Actions

  • Level: Intermediate
  • Focus: Authoring and maintaining workflows, creating custom actions, managing Actions for enterprise
  • Format: Online, proctored, multiple-choice
  • Duration: 90 minutes
  • Cost: $99
  • Validity: 2 years

Exam breakdown:

  • Authoring and maintaining workflows (40%)
  • Consuming workflows (20%)
  • Authoring and maintaining actions (25%)
  • Managing GitHub Actions for enterprise (15%)

Source: GitHub Actions — GH-200


GH-100: GitHub Administration

  • Level: Associate
  • Focus: User management, repository administration, security policies

GH-300: GitHub Copilot

  • Level: Associate
  • Focus: AI-assisted coding with GitHub Copilot

GH-500: GitHub Advanced Security

  • Level: Advanced
  • Focus: Code scanning, dependency management, secret scanning, supply chain security

Source: Microsoft Learn GitHub Certifications


Specialized Certifications

Container & Orchestration Platforms

DCA — Docker Certified Associate

  • Issued by: Mirantis (Docker enterprise owner)
  • Format: Online, remotely proctored, multiple-choice + multiple-choice with discrete options (DOMC)
  • Duration: 90 minutes
  • Questions: ~55
  • Cost: $199 (€200)
  • Passing score: 65%
  • Validity: 2 years
  • Prerequisites: 6–12 months hands-on Docker experience

Note: Windows and macOS only (Linux not supported for remote proctoring).

Source: Mirantis — Docker Certified Associate


Red Hat OpenShift Certifications

  • EX280: Red Hat Certified System Administrator (OpenShift)
  • EX358: Red Hat OpenShift Service Mesh Specialist
  • Format: Performance-based (hands-on cluster tasks)
  • Duration: 4 hours

Source: Red Hat Certification Catalog


Configuration Management & Infrastructure as Code

Red Hat Ansible — EX374 (Current)

  • Title: Red Hat Certified Specialist in Developing Automation with Ansible Automation Platform
  • Format: Performance-based (hands-on)
  • Duration: 4 hours
  • Cost: ~$450
  • Topics: Playbooks, roles, automation controller (AWX/Tower), execution environments, collections, automation mesh, CI/CD

2026 Status: EX374 replaces both EX407 (retired) and EX294. If you're studying for 2026, focus on EX374.

Source: Red Hat — EX374 Certification


Pulumi Fundamentals

  • Focus: Infrastructure as Code using Python, Go, TypeScript, C#
  • Prerequisites: General IaC knowledge

Source: Pulumi Training & Certification


Linux Foundation Training Tracks

LFS101: Introduction to Linux

  • Focus: Linux fundamentals (file systems, permissions, shell, text processing)
  • Format: Self-paced online course
  • Cost: Free (audit) or ~$299 (verified certificate)
  • Target: Absolute beginners to Linux

Source: Linux Foundation — LFS101


LFS258: Kubernetes Fundamentals

  • Focus: Installing, configuring, and deploying applications in Kubernetes
  • Format: Instructor-led or self-paced online
  • Duration: 4 weeks typical self-paced
  • Cost: $299 (course only); $645 with CKA exam
  • Target: IT admins, ops engineers, cloud engineers

Source: Linux Foundation — LFS258


LFD259: Kubernetes for Developers (CKAD prep)

LFS260: Kubernetes Security (CKS prep)

All Linux Foundation courses come with hands-on labs and align directly to the respective CNCF exams.

Source: Linux Foundation Training Catalog


Career Progression & Timelines

Typical Career Path: DevOps → SRE → Staff Engineer

The classic progression in the automation/reliability space follows this arc:

Junior DevOps Engineer (0–2 years)

  • Focus: Learning CI/CD tools, basic Kubernetes, infrastructure as code, Linux, shell scripting.
  • Typical projects: Deploying applications, setting up monitoring agents, writing Terraform modules under supervision.
  • Advancement marker: Can independently deploy and troubleshoot basic services; comfortable with git and CI/CD concepts.
  • Timeline to next level: 18–24 months focused learning + real project work.

Certifications to target:

  • KCNA (entry gate to Kubernetes)
  • GitHub Foundations (GH-900)
  • Terraform Associate (004)
  • Docker Certified Associate (optional but valuable)

Mid-Level / Standard DevOps Engineer (2–5 years)

  • Focus: Owning CI/CD pipelines end-to-end, writing production-grade Terraform, managing Kubernetes clusters, designing infrastructure for reliability.
  • Typical projects: Building internal deployment platforms, mentoring juniors, optimizing build times, implementing secrets management.
  • Advancement marker: Can architect a multi-environment infrastructure; comfortable making trade-offs between complexity and usability.
  • Timeline to next level: 2–3 years to develop soft skills (communication, influence, documentation) alongside technical depth.

Certifications to target:

  • CKA (cluster administration)
  • CKAD (multi-perspective)
  • Terraform Operations Professional
  • AWS DOP-C02 (if AWS-focused)
  • PCA — Prometheus (observability depth)

Senior DevOps Engineer (5–8 years)

  • Focus: Architecting large-scale infrastructure, defining standards, incident response leadership, mentoring teams.
  • Typical projects: Multi-cloud strategies, disaster recovery design, compliance automation, platform reliability.
  • Advancement marker: Has operated large systems at scale; trusted to make architectural decisions affecting multiple teams.
  • Key difference to SRE: Still primarily focused on tooling and process, though increasingly reliability-conscious.
  • Timeline to next level: 2–3 years minimum; requires "have operated large systems" credibility.

Certifications to target:

  • CKS (security depth)
  • KCSA (cloud security)
  • Vault Operations Professional
  • ICA — Istio (service mesh depth)

Staff / Principal DevOps Engineer (8+ years) vs. SRE Path

At this level, candidates typically diverge into one of three directions:

Direction 1: Platform Engineering specialist

  • Owns internal developer platform; focuses on DX (developer experience).
  • Certifications: Platform-specific (GCP, AWS, Azure expert certs).
  • Compensation: $220K–$350K+ (base + equity at large tech).

Direction 2: Site Reliability Engineer (SRE) specialist

  • Transitions from "make it fast" to "make it reliable and observable."
  • Focuses on SLOs, error budgets, chaos engineering, on-call operations.
  • Certifications: Less cert-focused; more emphasis on books (Google SRE book, Seeking SRE), incident response experience.
  • Compensation: $240K–$400K+ (base + equity).

Direction 3: DevSecOps specialist

  • Bridges DevOps + security; implements policy-as-code, supply chain security, container scanning.
  • Certifications: CKS, ICA, plus security certs (AWS Security, GitHub Advanced Security GH-500).
  • Compensation: $220K–$320K+ (security premium applies).

Important Progression Notes

The 3-year plateau rule: If you've been at the same level for more than 3 years and want to progress, something needs to change—either seek internal promotion, find a manager who explicitly supports your growth, or move to a company that will hire you at the next level.

Soft skills become load-bearing: The difference between a senior engineer and a staff engineer is rarely technical depth, but rather the ability to communicate complex ideas clearly, influence decisions without direct authority, and write documents that change how teams operate.

DevOps → SRE transition: The cleanest path from DevOps to SRE is to pick up monitoring/observability skills (Prometheus, Grafana, OpenTelemetry) and shift your focus from "deployment speed" to "system reliability." Google SRE book is mandatory reading.

DevOps → Platform Engineer transition: Add user empathy and internal tooling focus. You're no longer automating operations; you're building an abstraction layer for developers.

Source: Navigating DevOps Career Path, CNCF / Linux Foundation career paths


Compensation by Role & Experience

DevOps Engineer Salaries (2026)

United States — Overall averages:

SourceRangeNotes
Robert Half$118K–$173.8KSalary guide 2026
Glassdoor$115.7K–$180.3K25th–75th percentile
ZipRecruiter~$143.7KAverage (April 2026)

Entry-Level DevOps Engineer (0–2 years):

  • Glassdoor average: ~$118K
  • Range: $95K–$160K

Mid-Level DevOps Engineer (2–5 years):

  • Average: $130K–$160K
  • Range: $115K–$180K

Senior DevOps Engineer (5+ years):

  • Average: $160K–$200K
  • Range: $140K–$220K+

Source: Robert Half DevOps Salary Guide, Glassdoor DevOps Engineer Salaries


Site Reliability Engineer (SRE) Salaries (2026)

United States — Overall averages:

SourceFigureNotes
PayScale~$128.8KBaseline SRE
Built In$131.5K + $15.7K bonusTotal comp
ZipRecruiter~$132.6KAverage (March 2026)
Indeed~$155.3KJob postings
Glassdoor~$170.9KTotal compensation

By experience level (Glassdoor):

  • 0–1 year: $95K–$161K
  • 1–3 years: $106K–$178K
  • 4–6 years: $122K–$196K
  • 7–9 years: $129K–$204K
  • 8+ years (Principal/Staff): $203K–$308K+

Senior SRE Manager: $215K–$329K

At Google specifically (Levels.fyi):

  • L3 (Junior): $205K–$250K
  • L4 (Mid): $240K–$330K
  • L5 (Senior): $280K–$450K
  • L6 (Staff): $350K–$650K
  • L7 (Principal): $400K–$768K+

These figures include base salary + stock + bonus.

Source: PayScale SRE Salary, Glassdoor SRE Salaries, Levels.fyi — Google SRE


Platform Engineer Salaries (2026)

United States — Overall averages:

SourceRangeNotes
ZipRecruiter~$133KAverage (March 2026)
Glassdoor~$214.9KTotal compensation
Salary.com~$131.6KBase salary
Indeed~$157.8KJob postings

Why the variation? Glassdoor includes total compensation (base + bonus + stock), where equity alone can add $50K–$100K for platform engineers at large tech companies.

By experience:

  • Mid-level (3–5 yrs): $120K–$175K base
  • Senior (7+ yrs): $160K–$220K base
  • Staff/Principal: $220K–$350K+ total comp

Senior Platform Engineer (Glassdoor):

  • Total compensation: ~$242.3K

Source: ZipRecruiter Platform Engineer, Glassdoor Platform Engineer


DevSecOps Engineer Salaries (2026)

United States:

SourceFigureNotes
ZipRecruiter~$101.8KApril 2026
Glassdoor~$183.2KTotal compensation
Salary.com~$137.5KApril 2026

Career path note: The cleanest route to DevSecOps is from DevOps (not security), because the platform and deployment skills are the bottleneck. DevOps engineers who pick up SAST, container scanning, and policy-as-code (Terraform compliance, OPA) transition faster than security engineers learning Kubernetes.

Salary boost: Security-focused skills (Terraform, Kubernetes, CI/CD automation) can add 20–40% to baseline DevOps compensation.

High-paying sectors: FinTech, healthcare, aerospace & defense (especially cleared positions).

Source: ZipRecruiter DevSecOps Salary, Glassdoor DevSecOps Salary


Structural Differences: DevOps vs. SRE vs. Platform Engineering

This section draws heavily on authoritative sources to clarify why these roles are structurally different, not just title variations.

DevOps: Culture & Speed

Definition: DevOps is a philosophy and set of practices that bridge development and operations teams. The primary goal is faster feature delivery and business agility.

Core responsibilities:

  • Implementing CI/CD pipelines and automation.
  • Managing infrastructure as code (Terraform, CloudFormation, Ansible).
  • Containerizing applications (Docker, Kubernetes).
  • Reducing deployment friction.

Success metrics:

  • Deployment frequency (how often can you release?)
  • Lead time for changes (time from commit to production)
  • Mean time to recovery (MTTR) — when something breaks, how fast can you fix it?
  • Change failure rate

Incentive structure: Shipping features faster. The organization's primary metric is "velocity."

Reference: Splunk — SRE vs DevOps vs Platform Engineering


SRE: Reliability Through Engineering

Definition: SRE (Site Reliability Engineering) is a Google-born discipline that treats operations as a software engineering problem. The primary goal is system reliability and observability.

Core responsibilities:

  • Defining, tracking, and defending service-level objectives (SLOs).
  • Monitoring, alerting, and observability (Prometheus, Grafana, distributed tracing).
  • Incident response and postmortem culture.
  • Chaos engineering and failure testing.
  • Capacity planning and scaling.
  • On-call operations and runbook automation.

Success metrics:

  • Service-level indicators (SLIs) — measurable aspects of a service (latency, availability, error rate).
  • Service-level objectives (SLOs) — targets for SLIs (e.g., "99.99% availability").
  • Error budget — how much downtime is allowed before SLO is violated? (e.g., 52 minutes/year for 99.99%).
  • Mean time between failures (MTBF)

Key insight: SREs have an error budget. When the budget is exhausted, no new features ship until reliability improves. This forces alignment: developers can't ignore reliability indefinitely.

Incentive structure: Reliability first. Once an SLO is defined, engineering decisions are made in service of defending it.

Reference: Google SRE Book — Preface, Splunk comparison


Platform Engineering: Developer Experience

Definition: Platform engineering is the practice of building and maintaining internal developer platforms (IDPs) that abstract away infrastructure complexity and improve developer productivity.

Core responsibilities:

  • Building self-service deployment tools and abstraction layers.
  • Maintaining CI/CD pipelines that developers can use without ops knowledge.
  • Managing container registries, secrets, and compliance automation.
  • Defining standards and guardrails (policy-as-code, Kubernetes network policies).
  • Educating developers on platform usage.
  • Measuring and improving developer experience (DX).

Success metrics:

  • Developer satisfaction scores (surveys, NPS).
  • Platform adoption rates.
  • Time to first deploy for new services.
  • Reduction in toil (manual, repetitive work).
  • Lead time for features (how fast can a developer ship?).

Key insight: Developers are the customer. The platform must be intuitive, self-explanatory, and frictionless. A complex platform that requires 10 hours of onboarding has failed, no matter how powerful it is.

Incentive structure: Developer productivity and happiness. Platform engineers succeed when developers stop asking DevOps engineers for help and start self-serving.

Reference: FireHydrant — SRE vs Platform Engineering, TheNewStack — Platform Engineering Primer


How They Work Together

All three roles are complementary and must coexist in a mature organization.

Example workflow:

  1. Platform Engineering builds an internal Kubernetes platform with self-service deployments.
  2. DevOps implements the CI/CD pipelines and automates infrastructure provisioning.
  3. SRE defines SLOs for the platform itself and ensures the Kubernetes cluster stays up.
  4. When the platform is down, SRE leads incident response; DevOps implements the fix; Platform Engineering documents the incident and updates runbooks.
  5. When developers request a feature, Platform Engineering prioritizes based on DX impact; DevOps builds the automation; SRE ensures it doesn't violate reliability budgets.

Source: InfoWorld — DevOps, SRE, and Platform Engineering, LaunchDarkly — Role Comparison


Free & Paid Learning Resources

Free Learning

Linux Foundation — Free Courses

  • LFS101 (Introduction to Linux): Full course, audit for free or pay for verified certificate.
  • LFS148 (Kubernetes Basics): Introduction to Kubernetes fundamentals.

Source: Linux Foundation Training


KodeKloud

  • Hands-on labs for Kubernetes, Docker, DevOps, AWS, and AI/Ops.
  • Free tier: Access to limited free courses and hands-on labs.
  • Free learning week (periodic): Full access for 1 week.
  • Approach: "Learn by doing" — every concept paired with real, interactive labs in your browser.

Source: KodeKloud, Free Labs


Google SRE Books (Free, Online)

  • Site Reliability Engineering (Beyer et al.): Full book available free at https://sre.google/books/
  • The SRE Workbook (Beyer et al.): Hands-on companion to the SRE book.
  • Security Engineering at Google (Google experts): Best practices for scalable, secure systems.

Why read: Essential context for SRE roles. The original SRE book is the authoritative definition of the discipline.

Source: Google SRE Books


HashiCorp Learn

  • Free tutorials for Terraform, Vault, Consul, and other HashiCorp tools.
  • No paywall — official guides and labs.

Source: HashiCorp Learn


GitHub Skills

  • Free interactive courses on GitHub Fundamentals, GitHub Actions, and other CI/CD topics.
  • Format: Browser-based, hands-on with real repositories.

Source: GitHub Skills


YouTube Channels & Independent Content

  • TechWorld with Nana: DevOps, Kubernetes, Docker tutorials.
  • DevOps Toolkit (Viktor Farćic): Advanced Kubernetes, GitOps, ArgoCD patterns.
  • That DevOps Guy: Practical DevOps and SRE topics.

Access: Free, ad-supported on YouTube.


Paid Learning

Linux Foundation Training

  • LFS258 (Kubernetes Fundamentals): $299 (course only) or $645 (with CKA exam).
  • LFD259 (Kubernetes for Developers — CKAD prep): $199–$299.
  • LFS260 (Kubernetes Security — CKS prep): $199–$299.
  • Instructor-led options: Weeklong bootcamps, ~$2,000–$5,000.

Quality: Industry-standard; labs directly map to exam domains.

Source: Linux Foundation Training Catalog


KodeKloud Paid Tiers

  • KodeKloud Pro: Full course library + unlimited labs (~$30–$50/month or $200/year).
  • DevOps Learning Path: Structured curriculum from basics to CKA/CKAD prep.

Source: KodeKloud Pricing


A Cloud Guru / Pluralsight

  • DevOps paths for AWS, Kubernetes, Docker.
  • Hands-on labs integrated into courses.
  • Cost: ~$40–$60/month (unlimited access to course library).

Source: Pluralsight


Adrian Cantrill (AWS-focused)

  • AWS DevOps Engineer Professional (DOP-C02) course (paid).
  • Strong reputation for AWS architecture and DevOps depth.

Source: Adrian Cantrill's Courses


Udemy Courses

  • Broad range of DevOps, Kubernetes, Terraform, Docker courses.
  • Price: $10–$100 per course (frequent sales).
  • Quality varies — check reviews and instructor credentials.

Source: Udemy


Essential Books

All books listed below are cited with author, publisher, and year. This is mandatory per the citation rule (no fabrication).

Core DevOps & Culture

The Phoenix Project: A Novel about IT, DevOps, and Helping Your Business Win

Authors: Gene Kim, Kevin Behr, George Spafford
Publisher: IT Revolution Press
Year: 2013
Summary: The foundational DevOps narrative. Tells the story of a manufacturing plant turnaround via ops-engineering collaboration. Essential reading for understanding why DevOps matters.


The DevOps Handbook: How to Create World-Class Agility, Reliability, and Security in Technology Organizations

Authors: Gene Kim, Patrick Debois, John Willis, Jez Humble, John Allspaw
Publisher: IT Revolution Press
Year: 2016
Summary: Practical patterns for implementing DevOps across organizations. Structured around CALMS (Culture, Automation, Lean, Measurement, Sharing).


The Unicorn Project: A Novel about Developers, Digital Disruption, and Thriving in the New Economy

Author: Gene Kim
Publisher: IT Revolution Press
Year: 2019
Summary: Companion to The Phoenix Project, told from the developer perspective. Focuses on developer experience and flow.


Accelerate: The Science Behind DevOps: Building and Scaling High Performing Technology Organizations

Authors: Nicole Forsgren, Jez Humble, Gene Kim
Publisher: IT Revolution Press (Shingo Prize winner)
Year: 2018
Summary: Data-driven analysis of high-performing organizations. Introduces DORA metrics (deployment frequency, lead time, MTTR, change failure rate) that are now industry standards.


Site Reliability Engineering

Site Reliability Engineering: How Google Runs Production Systems

Editors: Betsy Beyer, Chris Jones, Jennifer Petoff, Niall Richard Murphy
Publisher: O'Reilly Media
Year: 2016
Format: Free online at https://sre.google/books/
Summary: The original SRE book. Defines SLOs, error budgets, toil, and incident response. Mandatory for SRE roles.


The Site Reliability Workbook: Practical Ways to Implement SRE

Editors: Betsy Beyer, Niall Richard Murphy, David K. Rensin, Kent Kawahara, Stephen Thorne
Publisher: O'Reilly Media
Year: 2018
Format: Free online at https://sre.google/books/
Summary: Hands-on companion to the SRE book. Real examples of implementing SRE practices.


Seeking SRE: Conversations About Running Production Systems at Scale

Editor: David N. Blank-Edelman
Publisher: O'Reilly Media
Year: 2018
Summary: Interviews with SRE leaders on how SRE is practiced in diverse organizations (not just Google).


Infrastructure & Architecture

Infrastructure as Code: Patterns and Practices

Author: Kief Morris
Publisher: O'Reilly Media
Year: 2021 (2nd edition)
Summary: Comprehensive guide to IaC principles, patterns, and tooling (Terraform, Ansible, CloudFormation). Essential for DevOps engineers.


Cloud Native Patterns: Designing Change-tolerant Software

Author: Cornelia Davis
Publisher: Manning
Year: 2019
Summary: Patterns for building applications that run well on Kubernetes and cloud platforms. Bridges app design and infrastructure concerns.


Database Reliability Engineering: Designing and Operating Resilient Database Systems

Authors: Laine Campbell, Charity Majors
Publisher: O'Reilly Media
Year: 2017
Summary: Database-specific SRE and operational practices. Often overlooked, but essential for production systems.


Continuous Delivery: Reliable Software Releases through Build, Test, and Deployment Automation

Authors: Jez Humble, David Farley
Publisher: Addison-Wesley
Year: 2010
Summary: Pre-DevOps era, but still the authoritative guide to CI/CD principles. Foundation for modern DevOps practices.


Organizational & Architectural

Team Topologies: Organizing Business and Technology Teams for Fast Flow

Authors: Matthew Skelton, Manuel Pais
Publisher: IT Revolution Press
Year: 2019
Summary: How to organize teams (platform, stream-aligned, enabling, complicated-subsystem) to support DevOps and SRE practices.


Effective DevOps: Building a Culture of Collaboration, Affinity, and Tooling

Authors: Jennifer Davis, Katherine Daniels
Publisher: O'Reilly Media
Year: 2015
Summary: Focuses on the cultural and human elements of DevOps adoption.


Conferences & Communities

Conferences

KubeCon + CloudNativeCon

  • Organizer: Cloud Native Computing Foundation (CNCF)
  • Frequency: Twice per year (Europe in Spring, North America in Fall)
  • Topics: Kubernetes, cloud-native architecture, observability, CI/CD, security, community contributions.
  • Attendance: 5,000–10,000 engineers and architects.
  • Value: Exposure to latest CNCF ecosystem projects, vendor announcements, and peer learning.

Source: KubeCon Events


DevOps Enterprise Summit (DOES)

  • Organizer: IT Revolution (Gene Kim, Jez Humble, others)
  • Frequency: Annually (typically autumn)
  • Topics: DevOps culture, enterprise transformation, DevOps metrics, case studies.
  • Attendance: 1,000–2,500 enterprise IT leaders and engineers.
  • Value: Deep dives into organizational change and DevOps maturity models.

Source: DOES Conference


DevOpsDays (City-specific)

  • Organizer: Community-run (hundreds of local chapters worldwide)
  • Frequency: Annual or semi-annual per city
  • Topics: Local DevOps community, local vendor talks, local case studies.
  • Cost: Usually $50–$200 (affordable).
  • Value: Networking with local engineers, vendor exposure.

Source: DevOpsDays


SREcon (USENIX)

  • Organizer: USENIX (academic/professional organization)
  • Frequency: Annually (typically spring/autumn, two regional conferences)
  • Topics: Site reliability, observability, incident response, automation, on-call practices.
  • Attendance: 500–1,500 SRE practitioners.
  • Value: Deep technical talks on production systems at scale.

Source: USENIX SREcon


HashiConf

  • Organizer: HashiCorp
  • Frequency: Annually (late spring)
  • Topics: Infrastructure automation, Terraform, Vault, Consul, Boundary, DevOps adoption.
  • Value: Product roadmap exposure, case studies, community.

Source: HashiConf Events


ChaosConf

  • Organizer: Gremlin (chaos engineering platform)
  • Frequency: Annually
  • Topics: Chaos engineering, resilience testing, failure scenarios, production readiness.
  • Value: Learn how to safely test and improve system resilience.

Source: ChaosConf


Online Communities

  • r/devops (Reddit): 200K+ members, Q&A, tool recommendations, job discussions.
  • Kubernetes Slack (CNCF): Active channels for Kubernetes help, projects, events.
  • HashiCorp Discuss: Official forums for Terraform, Vault, and other tools.
  • CNCF Slack: Cloud-native community.

2026 Updates & Rebrands

Cisco DevNet → Cisco Automation (Feb 3, 2026)

Significant rebrand effective February 3, 2026.

Changes:

  • DevNet AssociateCCNA Automation
  • DevNet ProfessionalCCNP Automation
  • DevNet ExpertCCIE Automation

Auto-migration: All active DevNet certification holders automatically received updated credentials and badges as of Feb 3, 2026. No retake required.

Rationale: "DevNet" created confusion (associated with software development rather than network automation). Rebrand aligns with AI-ready networking skills and simplifies the certification journey.

Retired exams (after Feb 2, 2026):

  • 300-810 CLICA
  • 300-835 CLAUTO
  • 300-535 SPAUTO
  • 300-735 SAUTO
  • 300-910 DEVOPS

Source: Cisco DevNet Rebrand Feb 3, 2026, FirstPassLab


Terraform Associate 003 → 004 (Jan 8, 2026)

004 launched January 8, 2026; 003 retired January 7, 2026.

New features in 004:

  • Lifecycle rules (depends_on, create_before_destroy)
  • Custom conditions for validation
  • Ephemeral values and write-only arguments
  • HCP Terraform workspaces and projects

Format unchanged: 60 minutes, online-proctored, 70% passing score, $70.50, valid 2 years.

Source: HashiCorp — Terraform Associate 004


GitHub Certifications Exam Refresh (Jan 2026)

Significant revision to GH-900 exam in January 2026.

  • New exam objectives added
  • Some objectives removed or reworded
  • Delivery platform change: Starting July 1, 2026, exams via Pearson VUE (no longer Certiverse).

Source: Microsoft Learn GH-900 Study Guide


KCNA Auto-Grandfathering (Jan 1, 2026)

Beneficial update for multi-cert holders.

If you earned KCNA before Jan 1, 2026, and later earn CKA or CKAD (on or after Jan 1, 2026), your KCNA automatically updates to "current" with the same expiration date as your CKA/CKAD.

Benefit: Simplifies cert maintenance for candidates pursuing the Kubestronaut program.

Source: CNCF — KCNA Certification


Appendix: Quick Cert Comparison

CertificationLevelFormatDurationCostValidityKey Audience
KCNAEntryMCQ90m$2503yrK8s beginners
CKADIntermediateHands-on2h$3952yrApp developers
CKAIntermediateHands-on2h$4452yrCluster admins
CKSAdvancedHands-on2h$4952yrSecurity specialists
KCSAEntryMCQ90m$2502yrCloud security learners
PCAEntryMCQ90m$2502yrObservability learners
ICAEntryHybrid2h$2502yrService mesh learners
DCAEntryMCQ + DOMC90m$1992yrDocker users
Terraform Associate 004AssociateMCQ60m$70.502yrIaC learners
GH-900EntryMCQ90m$992yrGitHub learners
GH-200IntermediateMCQ90m$992yrAutomation specialists
DOP-C02ProfessionalMCQ3h~$3003yrAWS DevOps (2+ yrs exp)
AZ-400ExpertMCQ/Scenario2.5h~$1651yrAzure DevOps
EX374AssociateHands-on4h~$4503yrAnsible automation

Sources

Certification Bodies & Official Documentation

Compensation & Salary Research

Career Progression & Role Comparisons

Learning Resources

Essential Books & Authors

  • Kim, Gene; Behr, Kevin; Spafford, George. The Phoenix Project: A Novel About IT, DevOps, and Helping Your Business Win. IT Revolution Press, 2013.
  • Kim, Gene; Humble, Jez; Debois, Patrick; Willis, John. The DevOps Handbook: How to Create World-Class Agility, Reliability, and Security in Technology Organizations. IT Revolution Press, 2016.
  • Forsgren, Nicole; Humble, Jez; Kim, Gene. Accelerate: The Science Behind DevOps: Building and Scaling High Performing Technology Organizations. IT Revolution Press, 2018.
  • Beyer, Betsy; Jones, Chris; Petoff, Jennifer; Murphy, Niall Richard. Site Reliability Engineering: How Google Runs Production Systems. O'Reilly Media, 2016. (Free: https://sre.google/books/)
  • Beyer, Betsy; Murphy, Niall Richard; Rensin, David K.; Kawahara, Kent; Thorne, Stephen. The Site Reliability Workbook: Practical Ways to Implement SRE. O'Reilly Media, 2018. (Free: https://sre.google/books/)
  • Morris, Kief. Infrastructure as Code: Patterns and Practices (2nd ed.). O'Reilly Media, 2021.
  • Davis, Cornelia. Cloud Native Patterns: Designing Change-tolerant Software. Manning, 2019.
  • Skelton, Matthew; Pais, Manuel. Team Topologies: Organizing Business and Technology Teams for Fast Flow. IT Revolution Press, 2019.

2026 Updates & Rebrands


End of Deep Dive: DevOps, SRE & Platform Engineering

Last updated: April 30, 2026

Rate this article
Was this helpful?
Comments ()
0/2000