Continuous Integration Testing: Fully Test your Microservices Application, Early and Often

preview_player
Показать описание
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'll see a demo that uses Jenkins 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: David Stanke, Developer Advocate at Google Cloud
Рекомендации по теме
Комментарии
Автор

What a wonderful presentation! Thank you David!

jamespedersen