Cloud Native Testing Podcast

API Mocking, Contract Testing, and the AI Shift with Yacine from Microcks

25 min · 6 feb 2026
aflevering API Mocking, Contract Testing, and the AI Shift with Yacine from Microcks cover

Beschrijving

Welcome to the first edition of the Cloud Native Testing Podcast for 2026! In this episode, host Ole Lensmar is joined by Yacine Kheddache to dive deep into Microcks, a CNCF Sandbox project dedicated to API mocking and simulation. As cloud-native architectures grow more complex, the need to decouple services during development is critical. Yacine explains how Microcks serves as a "Swiss Army Knife" for developers, offering a single solution to mock and test REST, gRPC, GraphQL, and Event-Driven protocols (like Kafka and NATS). They discuss the tool's evolution from a centralized Kubernetes operator to a developer-friendly utility that runs natively in IDEs and pipelines, enabling true "shift left" testing. Later in the conversation, they explore the intersection of API testing and Artificial Intelligence. Yacine details how Microcks is embracing the AI era by using Copilots to generate mock data and leveraging the Model Context Protocol (MCP) to make existing APIs accessible to LLMs. Key Topics Discussed: * The CNCF Journey: Microcks’ status as a community-driven Sandbox project. * Polyglot Support: Mocking REST, GraphQL, gRPC, and AsyncAPI with one tool. * The Testing Lifecycle: How to reuse mock data artifacts for automated contract and conformance testing in CI/CD. * Shift Left: Moving testing from QA environments to local developer laptops and IDEs. * AI & MCP: Generating datasets with AI and exposing APIs as tools for AI Agents using the Model Context Protocol.

Reacties

0

Wees de eerste die een reactie plaatst

Meld je nu aan en word lid van de Cloud Native Testing Podcast community!

Begin hier

2 maanden voor € 1

Daarna € 9,99 / maand · Elk moment opzegbaar.

  • Podcasts die je alleen op Podimo hoort
  • 20 uur luisterboeken / maand
  • Gratis podcasts

Alle afleveringen

19 afleveringen

aflevering Why Testers Make the Best "Vibe Coders" artwork

Why Testers Make the Best "Vibe Coders"

In this episode of the Cloud Native Testing Podcast, host Ole Lensmar (CTO at Testkube) sits down with Lakshmi, one of the latest veterans to join the Testkube team. Together, they explore how the AI revolution is fundamentally changing the relationship between development and QA—and why testers might just be the ultimate "vibe coders." Lakshmi shares his journey from electrical engineering and performance testing at Comcast to building his own AI-driven translation app without touching an IDE. The conversation dives deep into why the tester's mindset—always looking for edge cases, failure points, and hidden assumptions—makes them uniquely qualified to master natural language prompting and lead the charge in the age of AI. In this episode, we discuss: * The Evolution of Performance Engineering: How the shift to cloud auto-scaling mistakenly led teams to skip performance testing—and the massive cloud bills that brought it back. * Why Testers Excel at Vibe Coding: How natural language has become the new programming interface, and why a QA mindset is the secret weapon for building resilient AI applications. * Deterministic vs. Non-Deterministic Testing: Giving AI agents "personas" (like a 35-year-old mother looking for a mattress) to uncover unpredictable user paths in e-commerce. * Moving Downstream with Failure Analysis: How Testkube is leveraging customizable agents to sift through logs, detect true flakiness, and move toward human-in-the-loop self-healing repositories. Whether you're a developer curious about how AI is speeding up code deployment or a tester looking to claim your AI superpowers, this episode offers a fascinating look into the future of cloud-native quality assurance.

27 mei 202627 min
aflevering Bridging the Gap: Production Readiness and AI with Dev Plaza’s Sahana Nagabhushan artwork

Bridging the Gap: Production Readiness and AI with Dev Plaza’s Sahana Nagabhushan

In this episode of the Cloud Native Testing Podcast, Ole Lensmar sits down with Sahana Nagabhushan to tackle the complexities of software lifecycle inefficiencies and developer productivity. Drawing from her extensive product management experience at Fidelity Investments and Workday, Sahana breaks down why companies burn millions of dollars and years of engineering time building custom Internal Developer Portals (IDPs) like Backstage. Instead of relying solely on generic frameworks, she advocates for implementing a "production readiness layer"—a critical bridge between writing code and shipping it confidently to live environments. Ole and Sahana also dive deep into the realities of AI in modern software development. They discuss why AI-generated code still desperately requires human oversight, the current limitations of AI in generating deterministic tests, and the strategic value of integrating existing top-tier tools (like Testkube) to maintain high-quality standards without reinventing the wheel. Key Takeaways: * The Cost of DIY Platforms: Why building internal developer portals from scratch can cost companies up to $16 million with delayed ROI. * Defining Production Readiness: How companies can create a "trust layer" to ensure code is fully tested, governed, and truly ready for deployment. * Backstage vs. Purpose-Built Tools: A candid discussion on why generic plugin frameworks might not solve core quality and testing issues. * AI's Role in Testing: Why human context, sentiment, and oversight remain crucial when navigating AI-generated code and test creation.

20 mrt 202623 min
aflevering API Mocking, Contract Testing, and the AI Shift with Yacine from Microcks artwork

API Mocking, Contract Testing, and the AI Shift with Yacine from Microcks

Welcome to the first edition of the Cloud Native Testing Podcast for 2026! In this episode, host Ole Lensmar is joined by Yacine Kheddache to dive deep into Microcks, a CNCF Sandbox project dedicated to API mocking and simulation. As cloud-native architectures grow more complex, the need to decouple services during development is critical. Yacine explains how Microcks serves as a "Swiss Army Knife" for developers, offering a single solution to mock and test REST, gRPC, GraphQL, and Event-Driven protocols (like Kafka and NATS). They discuss the tool's evolution from a centralized Kubernetes operator to a developer-friendly utility that runs natively in IDEs and pipelines, enabling true "shift left" testing. Later in the conversation, they explore the intersection of API testing and Artificial Intelligence. Yacine details how Microcks is embracing the AI era by using Copilots to generate mock data and leveraging the Model Context Protocol (MCP) to make existing APIs accessible to LLMs. Key Topics Discussed: * The CNCF Journey: Microcks’ status as a community-driven Sandbox project. * Polyglot Support: Mocking REST, GraphQL, gRPC, and AsyncAPI with one tool. * The Testing Lifecycle: How to reuse mock data artifacts for automated contract and conformance testing in CI/CD. * Shift Left: Moving testing from QA environments to local developer laptops and IDEs. * AI & MCP: Generating datasets with AI and exposing APIs as tools for AI Agents using the Model Context Protocol.

6 feb 202625 min
aflevering Cloud Native Testing and AI - Why Tests provide the Context artwork

Cloud Native Testing and AI - Why Tests provide the Context

In this episode, Ole Lensmar joins Richard Li, founder of Polar Sky, to explore how testing strategies must evolve for the age of AI. They discuss the journey of cloud-native tools like Telepresence and Richard's key insight for agentic coding: using automated tests as the "context" to guide AI behavior, rather than relying on complex prompts to describe system rules. The conversation also digs into the mechanics of building AI-driven software, emphasizing why "evals" are critical for measuring success. Richard shares practical strategies for treating evaluations as data management problems and explains how his team uses simple AI agents to "babysit" CI pipelines and automatically resolve flaky tests. Topics discussed: * The Evolution of Telepresence: Moving from local debugging to headless execution in CI pipelines. * Tests as Context: Why running a test suite is more effective than complex prompting for AI agents. * Agentic Coding Strategy: Shifting focus from unit tests to integration and behavioral verification. * AI Evals: Why evaluation is the most critical aspect of building reliable AI products. * Babysitting CI: Using simple AI agents to identify and retry flaky tests automatically.

14 nov 202520 min
aflevering Modernizing CI/CD: Integrating Automated Testing with Cargo, Tilt, and Playwright artwork

Modernizing CI/CD: Integrating Automated Testing with Cargo, Tilt, and Playwright

On this episode of the Cloud Native Testing podcast, Ole Lensmar welcomes Matt McLane from Doc Network to discuss how they completely transformed their development and testing lifecycle. Matt details their journey away from a slow, manual deployment process—which involved risky ad-hoc testing on a staging environment connected to production—to a modern, automated workflow built for quality and speed. By implementing tools like GitHub Actions, Argo CD, and Cargo, they built a pipeline where testing is a core component, not an afterthought. The conversation dives deep into their cloud-native testing strategy. Matt explains how integrating Playwright for end-to-end tests created automated quality gates, giving them confidence with every deployment. He also shares their approach to non-functional testing with k6 to ensure their application can handle high-traffic events. A key highlight is their use of Tilt to spin up ephemeral environments for every pull request, enabling developers and QA to test features in isolation early in the process. This episode is a practical guide for anyone looking to build a robust testing culture supported by a modern CI/CD pipeline.

17 sep 202523 min