Continuous Integration Testing: Fully test your microservices application, early and often

The DevOps principle of “Shifting Left” promotes testing early in the development cycle, for improved software quality and system health. At the same time, the rise of containerized microservice applications brings a new challenge: services are developed in isolation. It’s common practice that each service is frequently, thoroughly tested—individually. But they don’t get validated together until deploy time (if at all!). In this session, we’ll explore techniques for running high-fidelity integration tests across multiple services, as part of a Continuous Integration workflow. You will learn how to provision, test, and tear down self-contained Kubernetes environments that replicate complete production systems. This allows you to run full-system tests as part of every build, safely and cost effectively.

Speaker

dave-stanke

Dave Stanke

  
I’m a DevOps Advocate for Google Cloud Platform. My job is about talking with DevOps practitioners: listening to stories, telling stories, sharing a healthy cry. Prior to Google, I was the CTO of ...