PodcastsCarreirasPlatform Engineering Podcast

Platform Engineering Podcast

Cory O'Daniel, CEO of Massdriver
Platform Engineering Podcast
Último episódio

45 episódios

  • Platform Engineering Podcast

    Infrastructure as Code's Hidden Problem with Pavlo Baron

    18/03/2026 | 57min
    Terraform drift, state wrangling, and a growing “tools for tools” stack are still daily work for many platform teams - despite a decade of DevOps talk and cloud maturity. Why does ops automation so often feel like it needs babysitting?
    Pavlo Baron breaks down where Infrastructure as Code tends to break down in real organizations: manual drift management, low-level state complexity, and a lack of practical abstractions that let developers self-serve without inheriting the entire ops burden.
    The conversation digs into what a more use-case-driven approach could look like - where teams can choose when to enforce desired state, when to accept emergency changes, and how to build “guardrails” that reduce mistakes without slowing delivery.
    Pavlo also explains why type safety and constrained interfaces matter (especially as AI starts generating more code and infrastructure changes), and why the future of platform engineering depends less on slogans and more on systems that reduce toil.
    Guest: Pavlo Baron, Co-Founder and CEO of Platform Engineering Labs
    Pavlo Baron is Co-Founder and CEO of Platform Engineering Labs, who are crafting tools to remove the toil from the operations work, with a current focus on infrastructure. He is a veteran in the space, having served in all kinds of roles throughout his career that spans more than 35 years. Previously, he was co-founder, CTO, and major inventor at an observability startup, Instana, that was acquired by IBM in 2020. Pavlo is a frequent conference speaker and author of several books.
    Pavlo Baron, X
    https://pavlobaron.medium.com/
    https://github.com/platform-engineering-labs
    https://www.linkedin.com/company/platform-engineering-labs
    https://x.com/plateng_labs
    https://bsky.app/profile/platform.engineering
    https://mastodon.social/@plateng_labs
    https://www.youtube.com/@plateng-labs
    Links to interesting things from this episode:
    The Pkl Primer
    formae
    formae quick start
    "10+ Deploys Per Day: Dev and Ops Cooperation at Flickr"
    “Where everyone is responsible, no one is really responsible.” Albert Bandura
    JPL “Visions of the Future”
    “Fallout: New Vegas”
  • Platform Engineering Podcast

    Why Extend Went All-In on Serverless Platform Engineering

    04/03/2026 | 1h 2min
    Billions of requests a month on AWS Lambda can cost less than a single engineer’s laptop budget, but only if the architecture and developer workflow are designed for it.
    Justin Masse, Senior Platform DevOps Engineer at Extend, shares how Extend committed early to a serverless-first approach and built a platform that prioritizes developer speed and low operational toil. The conversation breaks down what it takes to run active-active, multi-region systems in a serverless world, how the team keeps services small and fast, and why asynchronous, event-driven design changes both reliability and cost.
    You’ll also hear how Extend treats developer experience as a core platform responsibility: templated microservices, fast deployment pipelines, ephemeral environments for pull requests, and infrastructure that developers can own without becoming cloud specialists. A big theme is using AWS CDK and internal abstractions to keep infrastructure close to the application code, so teams can move quickly while keeping platform standards consistent.
    Finally, the discussion gets practical about tradeoffs that show up after the “serverless is easy” pitch: local development challenges, the real cost center (observability), and where AI is helping today, including an internal agent that diagnoses failed deployments and suggests fixes.
    What you’ll learn
    Why Extend avoids servers and VPC complexity, and what they use instead
    Patterns for active-active, multi-region thinking in a serverless architecture
    How DevEx practices like templates and ephemeral environments reduce friction
    A pragmatic approach to IaC with CDK and reusable internal constructs
    Where serverless costs stay low, and why observability often dominates the bill
    How AI is being applied to platform workflows without skipping engineering judgment

    Guest: Jusin Masse, Senior Platform DevOps Engineer at Extend
    Justin Masse is a self-proclaimed lead chaos engineer, recognized within niche engineering communities for his expertise Chaos Engineering and Infrastructure & DevOps.
    The father of three young kids, a husband, a recent MBA graduate, recent cancer survivor, and competitive powerlifter, he still finds time to actively contribute to the platform engineering community.
    Justin Masse, website
    Justin Masse, GitHub
    Extend, website
    Links to interesting things from this episode:
    Episode with Adrian Cockroft
    “From $erverless to Elixir” by Cory O’Daniel
  • Platform Engineering Podcast

    Observability in the AI Era with New Relic's Nic Benders

    18/02/2026 | 50min
    What happens when nobody wrote the code running in your production environment? As AI-generated software becomes standard practice, platform engineers face a new challenge: operating systems without experts to consult.
    Nic Benders, Chief Technical Strategist at New Relic, has spent 15 years watching observability evolve from basic server monitoring to understanding complex distributed systems. Now he's tackling the next frontier: how to maintain and operate software when there's no human author to ask why something was built a certain way.
    The conversation covers the shift from instrumentation being the hard problem to understanding being the bottleneck. Nic explains why inventory matters more than you think, how to approach AI-generated code as a black box that needs testing and telemetry, and why "garbage in, safety out" should be your new mantra.
    You'll learn practical strategies for instrumenting modern systems with OpenTelemetry, why your observability hierarchy needs to start with knowing what's actually running, and how to build platforms that make safe deployment easier than risky shortcuts. Nic also shares his perspective on technical drift versus technical debt and what changes when your best troubleshooting tool - institutional knowledge - no longer exists.
    Whether you're drowning in observability data or just starting to instrument your systems, this conversation offers concrete approaches for building understanding into your platform engineering practice.
    Guest: Nic Benders, Chief Technical Strategist at New Relic
    Nic Benders is New Relic's Chief Technical Strategist. Part of the Engineering team since the early days of the company, Nic has been involved with everything from Agents to ZooKeeper and all the pieces and products in between. As New Relic's Chief Technical Strategist, he now looks after the long-term technical strategy behind the product and the experience of all the engineering teams who build it. Before New Relic, he worked in the mobile space, managing back-end messaging and commerce systems powering some of the largest carriers in the world.
    New Relic, website
    New Relic, Blog
    Links to interesting things from this episode:
    OpenClaw (aka Moltbot, aka Clawdbot)
    Moltbook
  • Platform Engineering Podcast

    Simplicity at Scale: Cleaning House for Platform Teams with Brian Childress

    17/12/2025 | 40min
    Why do so many “modern” platforms feel slow, fragile, and painful to work on?
    Platform engineer and fractional CTO Brian Childress joins Cory to discuss how over-engineering, resume‑driven development, and scattered tooling quietly block teams from shipping value. They explore why simplicity is a competitive advantage for platform teams, especially as AI becomes part of everyday development.
    You’ll learn:
    How to design a simple platform MVP that developers actually like using
    What a good local‑to‑prod story looks like (and why it’s the real scaling superpower)
    Practical ways to onboard humans and AI tools so both can contribute faster
    Where teams introduce unnecessary complexity with Kubernetes, microservices, and NoSQL
    How to think about scaling in three dimensions: users, developers, and features
    Why good architecture, docs, and decision records make AI more useful, not less
    How to spot and avoid resume‑driven development before it explodes your platform

    Whether you’re cleaning up a messy stack or trying to keep a young platform from drifting into chaos, this conversation gives you concrete patterns for keeping things simple while still scaling teams, systems, and features.
    Guest: Brian Childress, Platform engineer and fractional CTO
    Brian Childress is an accomplished Software Engineer, Architect and Fractional CTO. For over a decade Brian has developed applications in healthcare, finance, and consumer products. Brian has spoken internationally on topics such as application security and developer tooling. Brian spends his free time researching and teaching the latest in application and API security design and best practices.
    Brian Childress, website
    Brian Childress, X
    Links to interesting things from this episode:
    Replit
    Lovable
  • Platform Engineering Podcast

    Using Feature Flags to Tame Complexity with Mike Zorn

    03/12/2025 | 43min
    What if changing a single flag could save you from a failed migration, a broken API, or a late-night rollback?
    Join us as we dive into how feature flags become a practical tool for changing application behavior at runtime, not just toggling UI elements. Cory talks Mike Zorn about real stories from LaunchDarkly and Rippling, covering how teams use flags to ship safely, debug faster, and simplify complex systems.
    You’ll hear about:
    Using feature flags to avoid staging overload and ship directly to production
    Migrating critical systems and databases with minimal downtime and risk
    Controlling log levels and rate limits for specific customers on the fly
    Managing flag sprawl so teams do not drown in half-rolled-out features
    Experimenting with AI features, prompts, and models without fully committing

    If you’re working on a platform, running critical infrastructure, or just trying to ship faster without breaking everything, this conversation offers concrete patterns you can start using right away.
    Guest: Mike Zorn, Senior Software Engineer at Rippling
    Mike’s software engineering journey began with an early interest in problem-solving and programming, starting with creating programs on a TI-83 calculator in middle school. After studying mathematics in college, he transitioned into software through an applied math project that required coding, which sparked his interest in engineering as a career.
    Professionally, he has worked at several product and SaaS companies, including one that was an early LaunchDarkly customer, where they experienced firsthand the challenges of managing feature flags internally. That experience led him to appreciate the value of tools like LaunchDarkly, eventually joining the company himself. Since then, he has contributed across various areas, including focusing on how LaunchDarkly can best adopt its own platform internally to streamline releases and help engineers work more efficiently. His latest adventure has been joining Rippling as a Senior Staff Software Engineer.
    Mike Zorn, GitHub
    Mike Zorn, Email
    Rippling
    LaunchDarkly
    Links to interesting things from this episode:
    SigNoz
    Signadot
    Open Container Initiative
    “Using Feature Flags to Avoid Downtime During Migrations”
    Apache Iceberg

Mais podcasts de Carreiras

Sobre Platform Engineering Podcast

The Platform Engineering Podcast is a show about the real work of building and running internal platforms — hosted by Cory O’Daniel, longtime infrastructure and software engineer, and CEO/cofounder of Massdriver. Each episode features candid conversations with the engineers, leads, and builders shaping platform engineering today. Topics range from org structure and team ownership to infrastructure design, developer experience, and the tradeoffs behind every “it depends.” Cory brings two decades of experience building platforms — and now spends his time thinking about how teams scale infrastructure without creating bottlenecks or burning out ops. This podcast isn’t about trends. It’s about how platform engineering actually works inside real companies. Whether you're deep into Terraform/OpenTofu modules, building golden paths, or just trying to keep your platform from becoming a dumpster fire — you’ll probably find something useful here.
Site de podcast

Ouça Platform Engineering Podcast, Áudio da Semana - UH HINODE GROUP e muitos outros podcasts de todo o mundo com o aplicativo o radio.net

Obtenha o aplicativo gratuito radio.net

  • Guardar rádios e podcasts favoritos
  • Transmissão via Wi-Fi ou Bluetooth
  • Carplay & Android Audo compatìvel
  • E ainda mais funções
Informação legal
Aplicações
Social
v8.8.2 | © 2007-2026 radio.de GmbH
Generated: 3/19/2026 - 2:37:08 PM