SREday

Site Reliability, DevOps and Cloud

April 21, 2026 Gable.ai, Seattle, US

1
Day
20+
Speakers
1
Track
100+
Attendees

SREday is a worldwide series of community events for engineers who build, ship and run modern software systems. Across cities around the world, we bring together people working in reliability, cloud, DevOps, observability and production engineering to share real-world experience, connect with their local community and explore how these disciplines are evolving in the age of AI.

Companies presenting:

AWS, ClickHouse, Epsilon3, Gable.ai, GoodRx, Google, Harness, HashiCorp, Imply, Komodor, LILO, Opsteam, StatusNeo, WSO2, Xurrent

Topics so far:

This is a past event, what's next?

Schedule

April 21, 2026 single track 9AM - 7PM Seattle, in-person
view as table
main room • Track 1

09:00

Chad Sanderson

KeynoteShift Left Data

Gable.aiWatch
Some of the largest outages on the internet can be traced back not only to changes in code, but also how the code changed underlying data models. Through countless discussions with software engineers, many noted the importance of the underlying data model for quality development, yet also highlighted the lack of incentives (or outright discouragement) by leadership to put in the extra effort to maintain it. Even more troubling, not only are applications impacted by data, but also downstream consumers within the business are taking major dependencies on the output of this data for business-critical workflows-- unbeknownst to the upstream engineers producing the data (i.e., shadow dependencies). In this talk, we highlight this growing problem, why engineer leadership is paying more attention to the risk of data, and how to surface and prevent these issues within the CI/CD workflow via an emerging pattern called "data contracts."... Read more

09:30

Stephen Atwell

KeynoteDatabase DevOps: CD for Stateful Applications

HarnessWatch
Running stateful applications can provide many of the same advantages as stateless applications. In this talk, Stephen will share some thoughts on managing stateful applications as part of a CD Pipeline so that applications - and the application's data - can be versioned and deployed safely and repeatedly. This talk will discuss managing structural changes to a database as part of a CD process. The talk will dive into automation approaches and tooling for managing data migrations between environments and running database migrations within a CI/CD pipeline. The talk will feature real-world examples where we discuss specific schema migrations, their possible performance impacts and downtime implications. We will demonstrate how a complex migration can be done with 0 downtime. With AI and CI/CD we can provide something better than before: A more testable, repeatable, and open way to deploy stateful applications. This talk features a practical demo of how CD tooling can empower users to automate data migrations within Kubernetes.... Read more

10:00

Ben Hopp

KeynoteDecoupling Observability for Incident Response at Scale

ImplyWatch
On-call incidents don’t fail because teams lack dashboards. They fail because observability systems slow down under real investigative load. As telemetry volumes grow and retention windows expand, SRE teams are being asked to run deeper, broader investigations—often under time pressure—on platforms that were designed for steady-state monitoring, not bursty incident response. Tightly coupled observability stacks bind storage, compute, and query together, forcing teams to overprovision infrastructure, limit retention, or accept degraded performance during incidents. In this talk, we’ll explore why decoupling observability architectures is becoming essential for SRE teams operating at scale. Using a real incident investigation workflow, we’ll break down how separating data storage, compute, and interaction layers allows teams to keep fast, reliable monitoring while elastically scaling investigations when incidents occur. We’ll connect these patterns to lessons learned in other data-intensive systems, but stay grounded in the day-to-day realities of on-call life: faster root cause analysis, fewer tradeoffs during incidents, and observability systems that hold up when you need them most.... Read more

10:30

Coffee break

Main lobby

11:00

Zak Taylor

Autonomous AI SRE Platform For Cloud-Native Infrastructure

KomodorWatch
This talk cuts through the hype around “AI SRE” to show what it actually takes to automate reliability in modern Kubernetes environments. Drawing on six years of building autonomous remediation systems before AI was mainstream, it demonstrates how complexity in cloud native infrastructure drives constant escalations, slows incident response, and limits developer autonomy. Attendees will see how a system of specialized AI agents can continuously observe cluster state, detect issues without relying on external alerts, and perform end-to-end root cause analysis with high accuracy in real-world production environments. The session walks through how these agents collaborate to investigate failures across logs, networking, deployments, and dependencies, validate conclusions, and deliver actionable remediations in a single interface. Beyond reactive troubleshooting, the talk explores proactive reliability and cost optimization, including predictive issue detection, performance-aware rightsizing, and intelligent workload placement. Through live demonstrations, it illustrates how organizations can reduce MTTR, eliminate noisy escalations, and give both platform teams and developers a shared, contextual understanding of system health without requiring deep infrastructure expertise.... Read more

11:30

Scott McAllister

Unlocking CI Performance in the Age of Agentic Development

IndependentWatch
Agentic development is changing how fast your team ships — and your CI pipeline is feeling it. More PRs, bigger diffs, more frequent builds. The bottlenecks that used to be minor annoyances are now real blockers. Queue times, cold starts, and network overhead add up fast when your developers are pushing code at a pace that wasn't possible a year ago. In this session, I'll show you how to look beyond reported build times and find where your pipeline is actually spending its minutes. You'll learn practical techniques for identifying bottlenecks, measuring what matters, and prioritizing the fixes that deliver real impact. I'll share examples from production pipelines where small changes led to big improvements — and explain why optimizing CI is one of the highest-leverage things you can do to get the most out of AI-assisted development. Faster CI means faster feedback loops, happier developers, and more deploys per day.... Read more

12:00

Chenghao Liu

When Every Millisecond Costs Money: SLOs for Revenue-Critical Systems

GoodRxWatch
In modern AI-driven platforms, latency is not just a performance metric—it directly translates to revenue gain or loss. This talk explores how Service Level Objectives (SLOs) should be redefined when systems sit on the critical path of monetization, such as pricing engines, personalization models, and real-time decision systems. Drawing from real-world experience building large-scale AI platforms at companies like GoodRx and Meta, I will share failure and recovery stories where milliseconds impacted millions in revenue. We will break down how to design SLOs that align with business metrics (not just uptime), how to detect hidden degradation before revenue drops, and how to build resilient recovery loops across ML and distributed systems. Attendees will walk away with practical frameworks for: - Defining revenue-aware SLOs - Designing observability for AI-driven systems - Building fail-safe architectures for real-time decision pipelines... Read more

12:30

Richard Boyd & Allen-Michael Grobelny

Workshop: A Casual Introduction To DevOps, But Make It A Contest

HashiCorp & AWS
This workshop will teach attendees the basics of DevOps and Infrastructure as Code (IaC) in a fun gamified way that combines learning DevOps fundamentals with making "line go up". Attendees will gain hands-on expertise with both AWS and HashiCorp Terraform in a free, safe, and sand-boxed environment. Bring your laptop and a web browser (no additional tools are needed to get started) and leave with tips and tricks that you can immediately apply to your own workflows.... Read more

13:00

Lunch & networking

Main lobby

14:00

Nishkarsh Raj

Q the Savings: How We Built a $2M/Year FinOps Platform in 2 Weeks

StatusNeoWatch
We built a AI FinOps platform in 2 weeks with Kiro and AWS Bedrock that found $2M in annual AWS waste— without buying expensive tools. 13 automated scanners, gamified leaderboards, AI recommendations, and one-click cleanup. I'll show you exactly how we did it and how you can too.... Read more

14:30

Keerthi Sreenivas

AI DevOps Agents: How AI Agents Are Transforming SRE

Site Reliability Engineering (SRE) is undergoing a major shift from manual operations and rule-based automation to intelligent, AI-driven workflows. AI DevOps agents are emerging as powerful assistants that can understand system behavior, analyze large volumes of telemetry data, and actively support engineers in maintaining reliability at scale. In this session, we explore how AI agents are transforming incident detection and root cause analysis to automated remediation and system optimization. Leveraging advances in large language models and integrations across observability and deployment systems, these agents can interpret logs, correlate metrics, and recommend actionable solutions in real time.... Read more

15:00

Bruno Paiuca

The Anatomy of a Secure Request - Every Request Authorized in a Zero-Trust World

OpsteamWatch
Security failures rarely come from missing TLS. They come from authorization gaps. This's a deep dive into building Zero-Trust systems with AWS Verified Permissions, where every API call is evaluated, enforcing least privilege. So, the question is simple: Should this request be allowed or not?... Read more

15:30

Sichen Zhao

Simple cloud data transfer cost monitoring - Kubenetmon

ClickHouseWatch
Have you set up your k8s following all the best practices on multi-AZ, redundancies and later found thousands of dollar bill from AWS on data transfer and wondering where it's coming from? Have you dived into k8s, pods and networking, trying to figure out how to monitor the exact amount of traffic each pod has for inter/intra AZ? In ClickHouse, we built a simple open source tool - kubenetmon - to monitor this. In this talk, we will introduce you to this tool, how it works, how to set it up, and more.... Read more

16:00

Networking & sponsor crawl

Main lobby

16:30

Ronald K. Ning

What Breaks in Production: Patterns Across Real Systems

Google
Un-Chaos Engineering - Patterns to Handle Production Issues and making support, on-call, or life easier when your the one tasked to deal with things on fire... Read more

17:00

Lakmal Warusawithana

OpenChoreo: Building AI-Native, Kubernetes-First Platforms for PEs, SREs, and Developers

WSO2Watch
Platform teams are expected to provide self-service for developers while maintaining reliability, security, and operational clarity. Many internal developer platforms introduce additional abstraction layers that move teams away from Kubernetes, making day-2 operations harder. OpenChoreo takes a Kubernetes-first approach.In this session, I’ll introduce OpenChoreo, a CNCF Sandbox project and Kubernetes-native internal developer platform designed to be defined and operated by Platform Engineers. OpenChoreo treats Kubernetes as the system of record and builds higher-level abstractions on top of native primitives that remain visible, debuggable, and operable by SRE teams. I’ll show how OpenChoreo includes a Backstage-based developer portal to support self-service workflows, while allowing platform teams to enforce policies, standards, and operational boundaries. Its modular architecture allows teams to choose and integrate their own tooling for CI/CD, observability, policy enforcement, and runtime concerns. The session includes a live demo covering: * An SRE agent for incident triage and root-cause analysis using live telemetry * AI-assisted workflows that help developers and operators understand deployments and runtime failures * Practical use of AI by platform and operations teams without losing control or visibility * This talk is intended for SREs, Platform Engineers, and infrastructure teams building Kubernetes-based platforms that need to remain operable, extensible, and aligned with real production workflows.... Read more

17:30

Shubham Srivastava

Your Worst Outage Could Be Your Best Customer Experience

XurrentWatch
In a world where 100 percent uptime is a myth, how you handle the downtime defines your brand. Most incident response processes are optimized for technical resolution, while customer communication is an afterthought. What follows is a vague status page update 45 minutes into an outage, an internal email to stakeholders titled "We're Investigating", and customers refreshing Twitter to figure out what's happening. This talk draws from real-world examples of incident communication done brilliantly and catastrophically and the aftereffects, showing how designing your incident response around the customer experience with timely updates, transparency, proactive channels, and clear ownership turns your worst moments into trust-building ones. See what "good" incident communication actually looks like, from the first red alert to the calm green ticks.... Read more

18:00

Maxwell Myers

Killing the Cloud Sandbox: Secure AI Agents on WebAssembly

LILOWatch
Are your AI agents generating untrusted code, forcing you to spin up slow, expensive Docker containers or microVMs just to safely execute it? Have you looked at your AWS compute bill and realized that scaling agentic coding loops in the cloud is financially unsustainable? At LILO, we bypassed the cloud tax entirely by building a zero-cost execution engine using WebAssembly. In this talk, we will pop the hood on this architecture, showing you how to push compute to the edge for microsecond cold starts, mathematically proven memory isolation, and a zero-dollar infrastructure bill.... Read more

18:30

Rob Fulwell

SRE Co-work with Claude - Beyond the IDE

Epsilon3Watch
Claude Code has become the preferred AI tool used by millions of developers to write code at unprecedented velocity. Let's look at the effectiveness of this tool and how it can be safely adapted in the CLI for SRE-specific workflows from standard code and script creation to infrastructure investigation, debugging and modification.... Read more

19:00

Wrap up

Scan each other's QR codes & head to a nearby pub!
Time main room
09:00 Keynote: Shift Left Data
Chad Sanderson • Gable.ai
09:30 Keynote: Database DevOps: CD for Stateful Applications
Stephen Atwell • Harness
10:00 Keynote: Decoupling Observability for Incident Response at Scale
Ben Hopp • Imply
10:30 Coffee break
11:00 Autonomous AI SRE Platform For Cloud-Native Infrastructure
Zak Taylor • Komodor
11:30 Unlocking CI Performance in the Age of Agentic Development
Scott McAllister • Independent
12:00 When Every Millisecond Costs Money: SLOs for Revenue-Critical Systems
Chenghao Liu • GoodRx
12:30 Workshop: A Casual Introduction To DevOps, But Make It A Contest
Richard Boyd & Allen-Michael Grobelny • HashiCorp & AWS
13:00 Lunch & networking
14:00 Q the Savings: How We Built a $2M/Year FinOps Platform in 2 Weeks
Nishkarsh Raj • StatusNeo
14:30 AI DevOps Agents: How AI Agents Are Transforming SRE
Keerthi Sreenivas • AWS
15:00 The Anatomy of a Secure Request - Every Request Authorized in a Zero-Trust World
Bruno Paiuca • Opsteam
15:30 Simple cloud data transfer cost monitoring - Kubenetmon
Sichen Zhao • ClickHouse
16:00 Networking & sponsor crawl
16:30 What Breaks in Production: Patterns Across Real Systems
Ronald K. Ning • Google
17:00 OpenChoreo: Building AI-Native, Kubernetes-First Platforms for PEs, SREs, and Developers
Lakmal Warusawithana • WSO2
17:30 Your Worst Outage Could Be Your Best Customer Experience
Shubham Srivastava • Xurrent
18:00 Killing the Cloud Sandbox: Secure AI Agents on WebAssembly
Maxwell Myers • LILO
18:30 SRE Co-work with Claude - Beyond the IDE
Rob Fulwell • Epsilon3
19:00 Wrap up

Speakers

Ben Hopp
Imply
Bruno Paiuca
Opsteam
Chad Sanderson
Gable.ai
Chenghao Liu
GoodRx
Keerthi Sreenivas
AWS
Lakmal Warusawithana
WSO2
Maxwell Myers
LILO
Nishkarsh Raj
StatusNeo
Richard Boyd & Allen-Michael Grobelny
HashiCorp & AWS
Rob Fulwell
Epsilon3
Ronald K. Ning
Google
Scott McAllister
Independent
Shubham Srivastava
Xurrent
Sichen Zhao
ClickHouse
Stephen Atwell
Harness
Zak Taylor
Komodor

Venue

Gable.ai Office

2033 6th Avenue, Suite 800
Seattle, WA 98121, United States

Sponsors & Partners

Want to become a sponsor? Get in touch!
Let's talk!
We'll email you and share prospectuses for relevant events.
We'd like to (one or more)
Pick at least one
Conferences (one or more)
Pick at least one
Regions (one or more)
Pick at least one
Budget
Pick one