DevOps and Docker Talk: Cloud Native Interviews and Tooling

Interviews from Bret Fisher's live show with co-host Nirmal Mehta. Topics cover container and cloud topics like Docker, Kubernetes, Swarm, Cloud Native development, DevOps, SRE, GitOps, DevSecOps, platform engineering, and the full software lifecycle. Full show notes and more info available at https://podcast.bretfisher.com

  1. Could AI End Human QA?

    HÁ 13 H

    Could AI End Human QA?

    Bret is joined by Andrew Tunall, the President and Chief Product Officer at Embrace, to discuss his prediction that we’ll all start shipping non-QA'd code (buggier code in production) and QA will need to be replaced with better observability. 🙌 My next course is coming soon! I've opened the waitlist for those wanting to go deep in GitHub Actions for DevOps and AI automation in 2025. I'm so thrilled to announce this course. The waitlist allows you to quickly sign up for some content updates, discounts, and more as I finish building the course.https://courses.bretfisher.com/waitlist 🍾 If AI causes us to ship more code, we’ll need more testing and QA. It’s unlikely that orgs will want to add staff just so they can use AI, so what’s the solution? Would we start relying more on production observability to detect code issues that affect user experience? Embrace is a mobile observability platform company that I first met at KubeCon London this year. Their pitch was that mobile apps were ready for the full observability stack and that we now have SDKs to let mobile dev teams integrate with the same tools that we platform engineers and DevOps people and operators have been building and enjoying for years now. I wanted to hear from observability experts on how they think this is all going to shake out. ★Show Links★Embrace websiteEmbrace GitHub repositoryEmbrace docs Check out the video podcast version here: https://youtu.be/HHpn3OqMrbU Creators & Guests Cristi Cotovan - Editor Bret Fisher - Host Beth Fisher - Producer Andrew Tunall - Guest You can also support my free material by subscribing to my YouTube channel and my weekly newsletter at bret.news! Grab the best coupons for my Docker and Kubernetes courses.Join my cloud native DevOps community on Discord.Grab some merch at Bret's Loot BoxHomepage bretfisher.com (00:00) - Intro (03:00) - AI in QA and Software Development (07:25) - Challenges and Cultural Shifts in AI-Driven Development (19:27) - Real-World Examples and Observations (26:01) - Future of AI in Software Engineering (26:49) - Building Reliable Software (27:39) - Tools and Strategies for Measuring Reliability (28:39) - Importance of Observability (35:52) - Enhancing Mobile App Observability (42:41) - Changing Behaviors in Observability

    54min
  2. AI Agents Running Containers

    1 DE JUL.

    AI Agents Running Containers

    The Daytona founders - Ivan Burazin and Vedran Jukic - discuss their pivot to an AI agent cloud. We dig into the new infrastructure requirements of developing agents that need their own sandboxes to operate in. A year ago, we had them on to talk about Daytona giving us remote development environments for humans, and they have now pivoted the company to focusing on providing cloud hosting environments for AI agents to operate. I suspect this is something we're all gonna eventually need to tackle as we work to automate more of our software engineering. So we spend time breaking down the concepts and the real world needs of humans developing agents, and then the needs of AI that require places to run their own tools in code. Check out the video podcast version here https://youtu.be/l8LBqDUwtV8 🙌 My next course is coming soon! I've opened the waitlist for those wanting to go deep in GitHub Actions for DevOps and AI automation in 2025. I'm so thrilled to announce this course. The waitlist allows you to quickly sign up for some content updates, discounts, and more as I finish building the course.https://courses.bretfisher.com/waitlist 🍾 Creators & Guests Cristi Cotovan - Editor Bret Fisher - Host Beth Fisher - Producer Ivan Burazin - Guest Vedran Jukic - Guest You can also support my free material by subscribing to my YouTube channel and my weekly newsletter at bret.news! Grab the best coupons for my Docker and Kubernetes courses.Join my cloud native DevOps community on Discord.Grab some merch at Bret's Loot BoxHomepage bretfisher.com (00:00) - Intro (07:45) - Daytona's Sandbox Technology (14:34) - Practical Applications and Use Cases (16:06) - Security and Isolation in AI Agents (19:36) - Start Up Times for Sandboxing and Kubernetes (24:28) - Daytona vs Lambda (32:43) - Rogue Models and Isolation (36:31) - Humanless Operations and the Future of DevOps (48:54) - SDK vs MCP (51:52) - Human in the Loop (52:50) - Daytona: Open Source vs Product Offering

    57min
  3. 26 DE MAR.

    What's Coming in 2025?

    This episode is about what I'm seeing and what I'm doing right now, and then for the rest of the year. There are three parts. First, I talk about what's about to happen for me for the next few weeks re going to London for KubeCon. Then what I'm planning to change in this podcast, as well as my other content on YouTube for the rest of the year. And lastly, I talk about some industry trends that I'm seeing that will force me, I think, to change the format of this show. I recorded the episode on March 22, 2025. 🙌 My next course is coming soon! I've opened the waitlist for those wanting to go deep in GitHub Actions for DevOps and AI automation in 2025. I'm so thrilled to announce this course. The waitlist allows you to quickly sign up for some content updates, discounts, and more as I finish building the course.https://courses.bretfisher.com/waitlist 🍾 ★Topics★My work at KubeCon EU in LondonWhat's next for this Podcast and my YouTubeWhat's up with AI for DevOps? Creators & Guests Beth Fisher - Producer Bret Fisher - Host (00:00) - What's Coming in 2025 (02:44) - Highlights I'm excited about re KubeCon (06:12) - Changes to this Podcast (07:35) - What's up with AI and "Agentic DevOps"? (16:48) - Upcoming guests You can also support my free material by subscribing to my YouTube channel and my weekly newsletter at bret.news! Grab the best coupons for my Docker and Kubernetes courses.Join my cloud native DevOps community on Discord.Grab some merch at Bret's Loot BoxHomepage bretfisher.com

    18min
  4. Docker Build the best way with Docker Bake

    24 DE MAR.

    Docker Build the best way with Docker Bake

    The Docker Bake Build tool just went general availability, and I'm excited about what this means for creating reproducible builds and automation that can run anywhere. In this video I'm gonna break down some of the features, the benefits and walk through some examples. In this episode I explain why docker buildx bake exists, what it can do, and I walk through multiple examples of Bake files and how it's better than docker build image and docker compose build. I also touch on BuildKit and Docker's GitHub Actions. 🙌 My next course is coming soon! I've opened the waitlist for those wanting to go deep in GitHub Actions for DevOps and AI automation in 2025. I'm so thrilled to announce this course. The waitlist allows you to quickly sign up for some content updates, discounts, and more as I finish building the course.https://courses.bretfisher.com/waitlist 🍾 There's also a video version of this show on YouTube. ★Get started with Docker Bake★Walkthough https://docs.docker.com/guides/bake/ Docs: https://docs.docker.com/build/bake/GA Announcement: https://www.docker.com/blog/ga-launch-docker-bake/ Creators & Guests Beth Fisher - Producer Bret Fisher - Host (00:00) - Intro (00:04) - / (02:18) - History Lesson (03:06) - Bake Today (04:20) - Ad for... Me! (05:30) - List of Benefits (12:06) - Use Bake Everywhere (14:18) - Leaning into Bake, maybe? You can also support my free material by subscribing to my YouTube channel and my weekly newsletter at bret.news! Grab the best coupons for my Docker and Kubernetes courses.Join my cloud native DevOps community on Discord.Grab some merch at Bret's Loot BoxHomepage bretfisher.com

    17min
4,6
de 5
53 avaliações

Sobre

Interviews from Bret Fisher's live show with co-host Nirmal Mehta. Topics cover container and cloud topics like Docker, Kubernetes, Swarm, Cloud Native development, DevOps, SRE, GitOps, DevSecOps, platform engineering, and the full software lifecycle. Full show notes and more info available at https://podcast.bretfisher.com

Mais de Bret Fisher

Você também pode gostar de