Fexingo
The Site Reliability Podcast with Fexingo: SRE, Uptime, and Production Engineering
Lucas and Luna cut through the noise around site reliability engineering to examine how real-world SRE teams balance uptime, incident response, and production change. Each episode takes a single concept — error budgets, toil automation, postmortem culture, capacity planning — and grounds it in a specific case: how a major streaming service reduced paging noise, how a payments platform rebuilt its incident command structure, or how a cloud provider manages multi-region failover. Lucas brings the numbers — latency percentiles, MTTR trends, SLO burn rates — while Luna pushes on the human and orga...
Where to listen?
Podcasts in the app Replaio Radio Coming soonPodcasts are coming to the app soon. Install now and be the first to see a whole new take on podcasts
Episodes
How SRE Teams Use On-Call Compensation to Prevent Burnout 16.06.2026 8:37
Most SRE teams talk about incident response and automation, but fewer talk about the human side of on-call: how to pay people fairly for the disruption. Lucas and Luna dig into a 2025 survey of 500 SREs that found 62% feel on-call pay does not match the cognitive load. They compare models — flat stipend versus per-incident pay — and discuss how companies like Honeycomb and PagerDuty structure thei...
SRE Teams Use SLO Burn Rate Alerts to Detect Incidents Faster 15.06.2026 9:09
Site reliability engineering has a well-known failure mode: your pager goes off at 2 AM for a minor blip, or worse, you don't get paged until a full-blown outage has already hit users. This episode explains SLO burn rate alerts — a concept that Google's SRE team refined in their 2016 book and which is now baked into tools like Google Cloud Monitoring, Datadog, and Grafana. Lucas and Luna walk thro...
How SRE Teams Use Software Bill of Materials for Supply Chain Security 15.06.2026 9:43
In this episode of The Site Reliability Podcast, Lucas and Luna dive into the growing importance of the Software Bill of Materials (SBOM) for securing software supply chains. They use the 2024 XZ Utils backdoor as a concrete case study to explain how a single maintainer burnout led to a critical vulnerability that an SBOM could have caught earlier. Lucas breaks down what an SBOM is, how it works w...
How SRE Teams Use Feature Flags to Reduce Deployment Risk 14.06.2026 9:37
In Episode 51 of The Site Reliability Podcast, Lucas and Luna explore how SRE teams use feature flags—not just for canary releases, but as a core tool to decouple deployment from release, reduce blast radius, and enable instant rollback without redeploying. They walk through a real incident at a major streaming company where a misconfigured flag caused a 47-minute partial outage, and how the team...
How SRE Teams Use Stress Testing to Simulate Real Workloads 14.06.2026 11:19
Lucas and Luna explore how production stress testing goes beyond standard load testing to simulate realistic user behavior, with a deep dive into how a major streaming platform used session replay and gradual ramp-up to validate infrastructure before a global event. They unpack why stress testing must replicate authentication flows, API call patterns, and edge case traffic shapes — not just raw re...
How SRE Teams Use Game Days to Build Incident Muscle Memory 13.06.2026 8:46
Lucas and Luna explore how site reliability engineering teams use game days — structured, simulated incident exercises — to prepare for real outages. They break down the approach used by a major fintech company that runs quarterly game days for its entire on-call rotation, with concrete scenarios like a simulated database failover and a DNS misconfiguration. The episode covers how game days differ...
How SRE Teams Use Error Budgets to Align Risk and Velocity 13.06.2026 8:48
In episode 48 of The Site Reliability Podcast with Fexingo, Lucas and Luna dive into error budgets — the SRE concept that turns reliability into a business decision rather than a purely technical one. They break down how Google originally defined error budgets via the Service Level Indicator (SLI) / Service Level Objective (SLO) / error budget framework, then explore how teams at companies like Sh...
How SRE Teams Use SLIs to Define Reliability 12.06.2026 7:12
In this episode of The Site Reliability Podcast, Lucas and Luna dive into the often-overlooked first step of SRE practice: defining Service Level Indicators (SLIs). They explore how vague uptime percentages fail to capture user experience and walk through a concrete example from a major streaming platform that shifted from a 'five nines' target to a more granular SLI based on video start latency....
How SRE Teams Use Cognitive Load Management to Prevent Burnout 12.06.2026 9:47
Episode 46 of The Site Reliability Podcast with Fexingo dives into how SRE teams are applying cognitive load theory to reduce burnout and improve incident response. Lucas and Luna explore the concept of 'cognitive load' — the mental effort required to operate complex systems — and how teams at companies like Google and Netflix use techniques like toil reduction, documentation, and team topologies...
How SRE Teams Use Observability to Find Unknown Unknowns 11.06.2026 10:06
Episode 45 of The Site Reliability Podcast digs into observability—how modern SRE teams go beyond monitoring to discover the 'unknown unknowns' that cause the worst outages. Lucas and Luna break down the difference between watching known metrics (CPU, memory) and exploring unknown failure modes with structured events and high-cardinality data. They walk through a real example: a major e-commerce p...
How SRE Teams Use Dependency Graphs to Predict Outages 11.06.2026 7:50
In this episode of The Site Reliability Podcast, hosts Lucas and Luna explore how SRE teams at major tech companies build and maintain dependency graphs to predict cascading failures before they happen. Using concrete examples from cloud infrastructure and microservices architectures, they explain how graph-based service maps help teams identify single points of failure, model blast radius, and pr...
How SRE Teams Use toil budgets to prioritize automation 10.06.2026 9:03
Episode 43 of The Site Reliability Podcast. Lucas and Luna explore how SRE teams are adopting 'toil budgets' — a concept inspired by error budgets — to cap the amount of manual, repetitive work engineers do each sprint. They break down Google's internal definition of toil (hands-on work with no enduring value), how a toil budget works alongside an error budget, and a concrete case from a mid-sized...
How SRE Teams Use Service Level Objectives to Drive Daily Decisions 10.06.2026 8:54
This episode explores how Site Reliability Engineering teams use Service Level Objectives (SLOs) not just as a quarterly dashboard metric, but as a real-time decision-making tool that shapes pager rotations, deployment gating, and incident prioritization. Lucas walks through how Shopify's SRE team used a 99.95% availability SLO to flag a critical degradations before it became a full outage in 2025...
How SRE Teams Use Canary Deployments to Reduce Release Risk 09.06.2026 8:32
Lucas and Luna dive into canary deployments: the practice of routing a small percentage of production traffic to a new version before rolling it out broadly. Lucas explains why Netflix's 'canary clusters' and Etsy's 'feature flipping' approach revolutionized how SRE teams think about release risk, and contrasts it with the old all-at-once deploys that caused major incidents. They discuss specific...
How SRE Teams Use Chaos Engineering to Test Resilience 09.06.2026 10:50
In episode 40 of The Site Reliability Podcast, Lucas and Luna dive into chaos engineering — the practice of intentionally breaking systems to find weaknesses before real incidents strike. They explore how Netflix pioneered the approach with Chaos Monkey, the lessons SRE teams can learn from controlled failure experiments, and how to start small with simple game days that simulate a database partit...
How SRE Teams Use Capacity Planning to Prevent Outages 08.06.2026 10:19
Episode 39 of The Site Reliability Podcast with Fexingo dives into capacity planning as a proactive SRE practice. Lucas and Luna explore how teams at companies like Google and Netflix use trend analysis, load testing, and headroom budgeting to avoid capacity-related outages. They discuss a real-world case from 2025 where a major streaming service averted a Super Bowl crash by scaling capacity week...
How SRE Teams Use Immutable Infrastructure to Eliminate Configuration Drift 08.06.2026 9:18
In this episode of The Site Reliability Podcast, Lucas and Luna explore how SRE teams use immutable infrastructure to eliminate configuration drift and improve reliability. They dive into a real case from Google's Borg paper, explaining how replacing mutable servers with golden images reduces incident rates and recovery times. The hosts break down the trade-offs with mutable servers, the role of i...
How SRE Teams Use Auto-Remediation to Resolve Incidents Without Humans 07.06.2026 12:29
In this episode of The Site Reliability Podcast with Fexingo, Lucas and Luna explore how SRE teams are using auto-remediation to automatically resolve incidents without human intervention. They break down the anatomy of an auto-remediation pipeline — from monitoring alerts to automated runbook execution — using real-world examples like a major streaming service that reduced pager fatigue by 40 per...
How SRE Teams Use Incident Command Systems to Coordinate Response 07.06.2026 9:34
In this episode of The Site Reliability Podcast, Lucas and Luna dive into the incident command system (ICS) model that large-scale SRE teams borrow from emergency services to manage complex outages. They walk through a real example: a major payment processing incident at a fintech company where a database migration triggered a cascading failure affecting three million users. Lucas explains the fou...
How SRE Teams Use Blameless Postmortems to Build Better Systems 06.06.2026 8:58
In this episode of The Site Reliability Podcast, Lucas and Luna explore how blameless postmortems go beyond simple incident analysis to drive real systemic improvements. Using the example of a major payment processor incident in early 2026, they break down the anatomy of an effective blameless postmortem: separating human error from system design flaws, writing actionable recommendations, and trac...
How SRE Teams Use Postmortems That Actually Change Behavior 06.06.2026 8:17
In this episode of The Site Reliability Podcast, Lucas and Luna dig into the one incident-documentation practice most teams get wrong: the postmortem. Most postmortems are filed and forgotten. Lucas walks through how Google's SRE team shifted from blame-free to action-oriented postmortems, using a concrete example from their own 2017 Gmail outage. He breaks down the difference between a cause and...
How SRE Teams Use Runbook Automation to Reduce Human Error 05.06.2026 8:14
In this episode of The Site Reliability Podcast, Lucas and Luna dive into the practical side of runbook automation — moving beyond static documentation to executable, automated responses. They explore how companies like Google and Netflix use runbook automation to reduce mean time to repair by up to 60%, and discuss the common pitfalls: over-automation, stale runbooks, and the tension between spee...
How SRE Teams Use Cost Optimization to Balance Performance and Budget 05.06.2026 6:48
In this episode of The Site Reliability Podcast with Fexingo, Lucas and Luna dive into the often-overlooked intersection of site reliability engineering and cloud cost optimization. They explore how SRE teams at companies like Uber and Airbnb use techniques such as right-sizing instances, leveraging spot instances, and implementing autoscaling policies to reduce infrastructure spend without sacrif...
How SRE Teams Use Load Shedding to Survive Traffic Spikes 04.06.2026 9:51
When a massive traffic spike hits, every millisecond of latency can cost thousands of dollars. In this episode, Lucas and Luna explore load shedding — the SRE technique of intentionally dropping non-critical requests to keep core systems running. They walk through how Google SREs used load shedding during the 2020 YouTube outage, how Stripe applies graceful degradation during payment surges, and w...
How SRE Teams Use Feature Flags to Reduce Incident Risk 04.06.2026 11:00
Feature flags are a powerful tool for SREs, but they come with their own operational risks. In this episode, Lucas and Luna explore how companies like Etsy, Netflix, and LaunchDarkly use feature flags to decouple deployment from release, enabling canary rollouts, instant kill switches, and safer experimentation. They break down the difference between boolean flags, multivariate flags, and experime...
Similar podcasts
Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.