SREday

Site Reliability, DevOps and Cloud

May 11, 2026 Austin, Texas, USA

1
Day
10+
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, Datadog, GetReal, Imply, KalDB, KodeKloud, LILO, PayPal, StackGen, Upheal, Xurrent

Topics so far:

This is a past event, what's next?

Schedule

May 11, 2026 single track 10AM - 6:30PM Austin, in-person
view as table
main room • Track 1

10:00

Miko Pawlikowski

Keynote7 Deadly Traps of SRE

SRE AuthorWatch
Site Reliability Engineering was never meant to be about firefighting, yet too many teams find themselves stuck in an endless cycle of pages, postmortems, and quick fixes. Why? Because SRE is full of hidden traps — patterns that look like best practices on the surface but slowly erode reliability, burn out engineers, and stall progress. In this talk, we’ll expose the 7 Deadly Traps of SRE, from the obsession with chasing “five nines,” to the cult of on-call heroism, to the false comfort of tooling and checklists. For each trap, we’ll unpack why it’s so seductive, how it quietly sabotages your team, and what to do instead. You’ll walk away with a clearer lens on the pitfalls holding SRE organizations back, and a practical playbook to help your team escape firefighting mode and reclaim the true purpose of SRE: building systems - and cultures - that are resilient, scalable, and human-friendly.... Read more

10:30

Eric Tschetter

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

11:00

Coffee break

Main lobby

11:30

Jim Hirschauer

The Anatomy of a Bad Incident - Group Therapy

XurrentWatch
Every incident has the same bones: detection, declaration, assembly, diagnosis, resolution, postmortem. And every team bleeds in the same places. This isn't a "presentation". It's a structured conversation. We'll walk through each stage of a bad incident together, name the friction points that never make it into the postmortem, and hear from the room: your war stories, your workarounds, your hard-won fixes. No slides full of vendor claims. No theory. Just practitioners in a room being honest about what breaks, and what actually helps. Come ready to talk.... Read more

12:00

John Jamie

KeynoteState of Reliability data (insights from 80K+ incidents)

StackGenWatch
The industry is currently racing to integrate AI agents into systems originally designed for human intervention, where reliability still hinges on "human glue"—tribal knowledge, outdated runbooks, and fragmented dashboards. This session posits that achieving trustworthy production autonomy requires a fundamental shift: a new operating layer for SRE. We will explore the concept of an Agentic OS grounded in four essential bodies of truth: code, infrastructure state, runtime signals, and operational knowledge. By moving beyond disconnected artifacts like Git repos, Terraform plans, and traces, we can create a live context graph that agents can query, update, and audit in real time. We will examine how an AI-native operations layer can be embedded directly into the delivery and runtime path. By continuously ingesting data from CI/CD pipelines, infrastructure drift, and SLO violations, this system produces durable decision traces rather than simple one-off automations. Grounded in real-world architectures and failure scenarios, this session focuses on the practical requirements for transitioning from manual scripts and alerts to truly trustworthy, autonomous SRE systems that provide a clear "why" behind every automated action. ... Read more

12:30

Michael Forrester

The Day an AI Agent Deleted My Cluster (And the Guardrails That Would Have Stopped It)

KodeKloudWatch
I gave Claude Code full Kubernetes cluster access and told it to fix a networking issue. It escalated through troubleshooting sessions, force-overrode etcd, and deleted netplan configurations across all control plane nodes. The cluster was gone. Forty minutes. No gate stopped it anywhere in the chain. This talk is the full incident: the actual command sequence, why the AI thought each escalation was reasonable, the moment I realized what was happening, and why the obvious fix (put a human back in the loop) is the wrong lesson. The whole point of AI agents in operations is autonomous speed. If you slow them down with manual approval on every action, you've just built an expensive autocomplete. The real question is: how do you let an agent operate fast inside a boundary it can't break out of? I spent the next six months answering that question. The result is an Eight Guardrails Framework enforced across multiple layers of the stack. I'll show you what those layers are, how they interact, where each one catches failures the others miss, and why the most important guardrail is the one most teams skip entirely. If your team is experimenting with AI agents in infrastructure, you're going to hit this wall. The question is whether you hit it in production or in this talk.... Read more

13:00

Leila Anderson

Your On-Call System Is Making You Worse at Your Job

UphealWatch
On-call exists to improve system reliability. But over time, many teams find the opposite happening: more pages, slower recovery, and engineers who are technically capable but increasingly reactive under pressure. This is a feedback loop, not just a workload problem. In this talk, I’ll introduce a pattern I call The On-Call Trap, a system dynamic where repeated incident response gradually shifts teams from proactive to reactive modes of operation. As load increases, attention narrows, decision-making speeds up but degrades in quality, and teams unintentionally reinforce the very conditions that generate more incidents. We’ll break down how this loop forms, why common fixes (more tooling, more alerts, more process) often make it worse, and what actually interrupts the cycle. You’ll leave with a mental model for recognizing when your team is entering this pattern, along with practical ways to restore capacity for proactive reliability work without sacrificing responsiveness.... Read more

13:30

Lunch & networking

Main lobby

14:30

Suman Karumuri

Kaldb: A polystore for logs and traces

KalDBWatch
Observability data isn't homogeneous. Security logs require needle-in-haystack searches with multi-year compliance retention. Kernel logs are uncompressible text. Structured logs enable fast aggregations, while semi-structured logs explode cardinality. Traces demand different access patterns entirely. Modern requirements compound this. Observability must join with other data sources. Agentic AI systems generate massive volumes of unstructured and semi-structured logs and traces. Big data platforms have emerged as popular storage alternatives. Forcing everything into one system creates impossible tradeoffs: slow queries, runaway costs, frustrated users. At Airbnb and Slack, operating thousands of tenants across hundreds of clusters, we built a polystore architecture routing workloads to specialized engines, unified behind a single query interface. This required changes across the entire stack: instrumentation, collection, storage, and query layers. This talk shares routing criteria, backend tradeoffs, and techniques for unified querying. Attendees will learn to optimize observability for better performance and lower costs.... Read more

15:00

Steven Nguyen

Optimizing the Software Development Process with Internal Developer Platform and Kusion

The University of Texas at San Antonio
With the rapid evolution of information technology, particularly the integration of new technologies and systems with cloud computing, the software development process has advanced significantly. This integration has resulted in enhancements in software quality and performance. However, the continuous introduction of new technologies and tools means that software engineers must continually acquire new skills, leading to potential delays in product launches and impacting business revenue. In this talk, I will present the following issues: Introducing Kusion - first-ever open-source project which included in both the CNCF SandBox and the Platform Tooling Landscape: An intent-driven Platform Orchestrator, that sits at the core of an Internal Developer Platform (IDP). With Kusion you can enable app-centric development, your developers only need to write a single application specification. It helps app developers who are responsible for creating applications and the platform engineers responsible for maintaining the infrastructure the applications run on. Internal Developer Platform (IDP) building solution to optimize the software development process with Cloud Native/Platform tools and integrate with cloud resources of all cloud providers with Kusion (Platform Orchestrator).... Read more

15:30

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

16:00

Whitney Lee

Your Internal Developer Platform's Next Interface Is an AI Agent

DatadogWatch
Platform engineers provide capabilities to internal developers, and they build interfaces to those capabilities that meet developers where they are already working, be it web portal, CLI, or API. But lately, "where developers are already working" is alongside their AI coding assistant. Developers want to be able to ask the platform natural language questions like "Why won't my application deploy?" and "What types of databases are available to me?," and receive helpful answers. Developers want their coding assistant to investigate the platform's underlying Kubernetes cluster, surface the problem, and then apply fixes or recommend capabilities. This session is a live demo of exactly that: an AI agent that a coding assistant can use to interface with an internal platform on the developer's behalf. It is built from scratch with LangGraph, a vector database, and OpenTelemetry instrumentation. It is available to the coding assistant via MCP and CLI interfaces. LangGraph handles the Kubernetes cluster investigation tools. Then the vector database makes the cluster's capabilities searchable by natural language query. Finally, the traces help platform engineers understand how developers are using the agent: every LLM call, every tool execution, every reasoning step visible in an observability backend. This talk will show you why custom AI agents are wildly useful as a platform interface, and how to start building one at your organization.... Read more

16:30

Networking & sponsor crawl

Main lobby

17:00

Shaalmali Ray

From confusion to clarity - Detecting Hidden Downstream failures

PayPalWatch
Time to clarity is the real incident bottleneck, and hidden downstream failures are a major reason why." Modern systems rarely fail at the point where the real problem begins. A seemingly healthy service can silently degrade another system downstream, causing incidents that surface far from the original fault and much later in time. In this talk, i will introduce the concept of hidden downstream failures - failures that propagate quietly through dependencies and delay detection, diagnosis and recovery. I will present a simple mental model for recognizing these patterns and share practical signals SREs can use to reach clarity faster during incidents. Attendees will leave with a new way to reason about failure propagation and a few concrete ideas they can apply immediately to reduce time spent debugging the wrong thing.... Read more

17:30

Aaron Hunter

My Kids Couldn't Spell "Because" So I Built an App That Couldn't Afford to Fail

My kids brought home spelling lists every week, but memorizing words wasn't improving their legibility or accuracy. So I built Bee Hunter... an app that uses computer vision to evaluate handwriting directly from a photo and provide real-time feedback. Building it meant applying the same reliability thinking used in production systems, but with a very different user base. When your users are in elementary school, you can't afford high latency or an outage. Here's what I learned designing for reliability when your error budget is a kid's attention span: * Why a spelling app taught me more about feedback loop latency than most production systems I've run * The observability patterns that helped me understand what was actually degrading the experience * What it looks like to define an SLO when your user can't file a ticket... they just quit * The edge cases I had to engineer around: varying lighting, backwards letters, kitchen table chaos I'll walk through the architecture decisions and the tradeoffs I made to keep it reliable under real-world conditions. You'll see what a reliability mindset looks like in practice... and how the lessons translate directly back to the systems you're running today. Sometimes the best reliability engineering happens outside the datacenter, with your kids by your side.... Read more

18:00

Jack Sullivan

Model Evaluations Are Not Smoke Tests

GetRealWatch
Deterministic infrastructure testing and probabilistic models are incongruent, yet must be reconciled. Model evaluations are the answer to this question, yet do not behave as unit tests or smoke tests because they require a large body of data that represents the phenomena being modeled. To make systems reliable with unwieldy, ever-changing data distributions, product-scope evaluations of machine learning systems, beyond the individual models, are a must.... Read more

18:30

Wrap up

Scan each other's QR codes & head to a nearby pub!
Time main room
10:00 Keynote: 7 Deadly Traps of SRE
Miko Pawlikowski • SRE Author
10:30 Keynote: Decoupling Observability for Incident Response at Scale
Eric Tschetter • Imply
11:00 Coffee break
11:30 The Anatomy of a Bad Incident - Group Therapy
Jim Hirschauer • Xurrent
12:00 Keynote: State of Reliability data (insights from 80K+ incidents)
John Jamie • StackGen
12:30 The Day an AI Agent Deleted My Cluster (And the Guardrails That Would Have Stopped It)
Michael Forrester • KodeKloud
13:00 Your On-Call System Is Making You Worse at Your Job
Leila Anderson • Upheal
13:30 Lunch & networking
14:30 Kaldb: A polystore for logs and traces
Suman Karumuri • KalDB
15:00 Optimizing the Software Development Process with Internal Developer Platform and Kusion
Steven Nguyen • The University of Texas at San Antonio
15:30 Killing the Cloud Sandbox: Secure AI Agents on WebAssembly
Maxwell Myers • LILO
16:00 Your Internal Developer Platform's Next Interface Is an AI Agent
Whitney Lee • Datadog
16:30 Networking & sponsor crawl
17:00 From confusion to clarity - Detecting Hidden Downstream failures
Shaalmali Ray • PayPal
17:30 My Kids Couldn't Spell "Because" So I Built an App That Couldn't Afford to Fail
Aaron Hunter • AWS
18:00 Model Evaluations Are Not Smoke Tests
Jack Sullivan • GetReal
18:30 Wrap up

Speakers

Aaron Hunter
AWS
Eric Tschetter
Imply
Jack Sullivan
GetReal
Jim Hirschauer
Xurrent
John Jamie
StackGen
Leila Anderson
Upheal
Maxwell Myers
LILO
Michael Forrester
KodeKloud
Miko Pawlikowski
SRE Author
Shaalmali Ray
PayPal
Steven Nguyen
The University of Texas at San Antonio
Suman Karumuri
KalDB
Whitney Lee
Datadog

Venue

The Sunset Room

310 E 3rd St, Austin
TX 78701, 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