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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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!
2033 6th Avenue, Suite 800
Seattle, WA 98121, United States
Sponsors & Partners
Want to become a sponsor? Get in touch!
Zak Taylor
Komodor
Autonomous AI SRE Platform For Cloud-Native Infrastructure
Abstract
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.
Bio
Zak Taylor is an Enterprise Account Executive at Komodor, specializing in enterprise technology sales across Kubernetes and cloud infrastructure. Based in Seattle, he brings a background in go-to-market strategy and B2B sales, with prior experience at AutoRABIT and Amazon, where he held multiple account executive roles.
He holds a degree in Finance from Penn State University and has a foundation in leadership, having led large student organizations during his time there. Outside of work, Zak is active in his community as a board chairman and wrestling coach, reflecting a strong blend of professional drive and personal leadership.
Scott McAllister
Independent
Unlocking CI Performance in the Age of Agentic Development
Abstract
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.
Bio
Scott McAllister is a developer and educator. He has been building software in several industries for over a decade. Now, he's helping others learn about various software development, delivery, and infrastructure principles. When he's not coding, writing, or speaking, he enjoys long walks with his wife, skipping rocks with his kids, and is happy whenever Seattle Sounders FC, Manchester City, St. Louis Cardinals, Seattle Mariners, Chicago Bulls, Seattle Storm, Seattle Seahawks, Seattle Reign FC, Seattle Kraken, Malaga, Fiorentina, Borussia Dortmund or Mainz 05 can manage a win.
Chenghao Liu
GoodRx
When Every Millisecond Costs Money: SLOs for Revenue-Critical Systems
Abstract
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
Bio
Chenghao Liu is a senior AI engineer, entrepreneur, and founder of Aivy, an AI infrastructure and customization company backed by the UCLA Venture Accelerator. She has led large-scale AI and distributed systems across leading technology companies including Meta, Amazon, Microsoft, and GoodRx.
At GoodRx, she led AI-powered personalization and pricing systems that supported billions of transactions and contributed to hundreds of millions in revenue impact. Previously, at Meta, she worked on AI infrastructure and monetization systems within the metaverse ecosystem.
Chenghao holds a Bachelor’s degree in Computer Science from the University of Illinois Urbana-Champaign and is currently pursuing an Executive MBA at UCLA Anderson School of Management. Her work focuses on building production-grade AI systems where performance, reliability, and business outcomes are tightly coupled.
Richard Boyd & Allen-Michael Grobelny
HashiCorp & AWS
Workshop: A Casual Introduction To DevOps, But Make It A Contest
Abstract
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.
Bio
Richard Boyd is an entrepreneur and technology executive focused on emerging technologies, including artificial intelligence, cloud infrastructure, and developer platforms. He has founded and led multiple ventures, working at the intersection of innovation and practical application of advanced technologies. Richard is known for his work in building communities and ecosystems around cutting-edge tools, as well as advising organizations on how to leverage AI and cloud technologies to accelerate growth and capability.
Allen-Michael Grobelny is a technology leader and solutions architect with deep expertise in cloud computing, DevOps, and enterprise transformation. He has a track record of helping organizations design and implement scalable, secure systems while aligning technical strategy with business outcomes. With a background spanning engineering, consulting, and leadership roles, Allen-Michael focuses on driving adoption of modern infrastructure practices, including infrastructure as code, observability, and distributed systems architecture.
Nishkarsh Raj
StatusNeo
Q the Savings: How We Built a $2M/Year FinOps Platform in 2 Weeks
Abstract
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.
Bio
Nishkarsh is a DevSecOps expert and an International GitHub Star. Nishkarsh is an ardent supporter of open-source, GitHub, DevEx, and DevOps. Nishkarsh serves as StatusNeo Inc.'s Principal Evangelist & Consultant. Over the years, he has been actively GitHubbing and contributing to open-source. By giving talks at conferences, organizing meetups, and encouraging people to take on the #100DaysofCode challenge, he has encouraged many brilliant minds to embark on their journeys in open-source projects and preach the significance of collaboration to aspiring developers.
Keerthi Sreenivas
AWS
AI DevOps Agents: How AI Agents Are Transforming SRE
Abstract
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.
Bio
Keerthi Sreenivas is a Agentic AI Specialist Solutions Architect at AWS, with over 4 years of experience spanning AI infrastructure, developer experience, and large-scale systems. Previously an Infrastructure Engineer at Barclays, she brings a strong systems-first perspective to modern AI. Keerthi runs @qriositybykeerthi, an edu-tech Instagram platform with over 20k followers, where she simplifies AI for a broad audience. She is an AWS re:Invent 2025 speaker, the author of three AWS blogs, and holds 8 certifications across AWS and NVIDIA.
Bruno Paiuca
Opsteam
The Anatomy of a Secure Request - Every Request Authorized in a Zero-Trust World
Abstract
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?
Bio
SRE & Cloud Engineer Bruno Paiuca is the founder and CEO of Opsteam — a boutique consultancy specialized in mission-critical operations, SRE, and FinOps for SaaS platforms, marketplaces, and digital-native companies running on AWS. As an SRE and cloud engineer, Bruno has over a decade of experience optimizing performance, scalability, and reliability in the cloud. He has led large-scale architecture and cost-optimization projects for companies like SimplesVet, Woba, Ana Gaming, Kabum, and MaxMilhas, helping them achieve zero-downtime performance even under Black Friday–level traffic. A hands-on engineer, he works daily with Kubernetes, Kafka, Flink, and Aurora MySQL, embedding security, observability, and reliability across every layer of the stack. He is also an active member of the AWS ecosystem — and in 2025, Opsteam is a proud sponsor of AWS Community Day Brasil, reaffirming its commitment to strengthening the local cloud-native and SRE communities. Bruno believes that security, performance, and reliability are inseparable pillars of modern architecture. Through Opsteam’s mission-critical culture and close collaboration with the AWS community, he helps engineering teams evolve from reactive operations to proactive, secure-by-design cloud strategies.
Sichen Zhao
ClickHouse
Simple cloud data transfer cost monitoring - Kubenetmon
Abstract
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.
Bio
Software manager - Senior software developer in ClickHouse Inc. Previously, Sichen was in AWS contributing to AWS RDS and building AWS Kendra services from ground up. In ClickHouse, Sichen has built ClickHouse cloud on AWS, GCP and Azure, plus many cool features including ClickPipes, cellular architecture, and compute compute separations on cloud.
Ronald K. Ning
Google
What Breaks in Production: Patterns Across Real Systems
Abstract
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
Bio
As a Technical Solutions Engineer and Gemini SME at Google Cloud, Ronald K. Ning acts as a digital therapist for customers tangled up in Kubernetes, AI Hypercompute, and Serverless tech. Previously, he was a Software Engineer for Microsoft Azure, where he worked on IcM, the internal incident paging system famously responsible for waking up on-call engineers at 3:00 AM. Long before Big Tech, Ronald was an African startup founder where he built Travel apps and Agrotech across 20+ countries—proving he can debug infrastructure whether it’s in a server rack or on a literal farm
Lakmal Warusawithana
WSO2
OpenChoreo: Building AI-Native, Kubernetes-First Platforms for PEs, SREs, and Developers
Abstract
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.
Bio
Lakmal Warusawithana is Vice President and Distinguished Engineer at WSO2, where he serves as a senior technical leader within the Engineering organization Lakmal Warusawithana _ LinkedIn
. He is a subject matter expert in cloud native architectures, Kubernetes, and platform engineering, with deep experience designing and scaling distributed systems for modern enterprise environments. Based in Roseville, California, Lakmal combines hands on engineering expertise with strategic leadership to drive innovation across cloud and platform initiatives.
Shubham Srivastava
Xurrent
Your Worst Outage Could Be Your Best Customer Experience
Abstract
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.
Bio
Shubham Srivastava is a builder at the intersection of AI, venture, and product. Currently a co-founder of a stealth AI startup, he is focused on making hiring more scalable, transparent, and human. He recently completed his Master’s at Carnegie Mellon University, where he concentrated on venture funding and product strategy while actively supporting early-stage startups as a scout and mentor.
Maxwell Myers
LILO
Killing the Cloud Sandbox: Secure AI Agents on WebAssembly
Abstract
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.
Bio
Maxwell Myers is the CEO and Co-Founder of Pathion, an EdTech startup powered by a proprietary WebAssembly Execution-as-a-Service infrastructure, and a Software Engineer on the Microsoft Edge team. Drawing on his expertise in browser infrastructure and developer-facing APIs, he built Pathion's zero-cost, zero-latency edge execution environments. He specializes in cloud architecture, telemetry, and scaling secure, on-device sandboxes.
Rob Fulwell
Epsilon3
SRE Co-work with Claude - Beyond the IDE
Abstract
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.
Bio
Rob Fulwell is a Staff SRE at Epsilon3, where he works on reliability and infrastructure for electronic procedure software used in aerospace and complex operations. With over 20 years of experience spanning Microsoft, Conversica, and consulting, Rob has built a career around making ambitious technical transitions actually work - from early Kubernetes adoption on AWS EKS to leading a company-wide migration onto GitLab as a unified DevOps platform. He holds a number of certifications and is a self-described growth mindset solver/doer who believes the best engineering outcomes depend as much on communication and empathy as on technical depth. When he's not wrangling clusters or CI pipelines, he volunteers his time in service to his Seattle community.
Chad Sanderson
Gable.ai
KeynoteShift Left Data
Abstract
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."
Bio
Chad Sanderson is a data leader and CEO of Gable.ai, where he focuses on building platforms that improve collaboration and data quality at scale. With a background in journalism from Georgia Southern University, he brings a strong emphasis on storytelling, communication, and product thinking to complex data challenges. He also leads one of the fastest-growing data quality communities, Data Quality Camp, and is an author working on a guide to data contracts with O’Reilly.
Stephen Atwell
Harness
KeynoteDatabase DevOps: CD for Stateful Applications
Abstract
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.
Bio
Stephen Atwell develops products to improve the life of technologists. Currently, he leads Harness’s Database DevOps product. Stephen was a speaker at PASS Data Community Summit in 2025, Kubecon 2024, Postgresconf 2024, Data on Kubernetes Day in 2023, the Continuous Delivery Summit in 2022, CDCon in 2023, 2022 and 2021, and the TBM Conference in 2015.
Stephen started working in IT Operations in 1998 and transitioned to developing software in 2006. Since then he has focused on developing products that solve problems he experienced in his previous roles. Stephen holds a bachelors of Engineering in Computer Science and has worn hats ranging from network administrator, to database administrator, to software engineer, to product manager.
Outside of work, Stephen develops open source garden planning software (https://sourceforge.net/projects/kitchengarden2/ ). He lives in Bellevue, Washington with his wife and dog.
Ben Hopp
Imply
KeynoteDecoupling Observability for Incident Response at Scale
Abstract
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.
Bio
Ben Hopp is an Architect at Imply, where he helps organizations decouple their observability stack with Imply Lumi. Based in Denver, Ben brings an extensive background in real-time data systems and observability, having worked on some of the world's largest data platforms. He specializes in helping teams break free from legacy observability stacks, enabling them to retain flexibility and control over their observability data while reducing costs and complexity.