Sessions
GOTO Chicago 2020

Monday Apr 27
13:30 –
14:10
Room 9
Wednesday Apr 29
10:00 –
10:40
Room 9

Increase App Confidence using CI/CD and Infrastructure as Code



This video is also available in the GOTO Play video app! Download it to enjoy offline access to our conference videos while on the move.

Available in Google Play Store or Available in Apple App Store




Ever run code changes through CI/CD and everything passed clean and green in the pipeline checks, then experience undetected critical failures in the live target environment post-deployment? This scenario is very common and impacts many teams and organizations even the teams with the most rigorous testing practices. In most cases this behavior can be eliminated by running basic Smoke Tests on the application live in their target environments. Smoke testing apps in target environments will expose unwanted patterns/behaviors and provide a solid understanding of how the application will perform.

This presentation will discuss the advantages of implementing Smoke Test patterns into CI/CD pipelines using Infrastructure as Code (IaC). Learn how teams can leverage automation to ensure apps are tested live in target environments which provide valuable insights pre-deployment. Presenters will demonstrate how to leverage IaC to provision kubernetes clusters, deploy apps, test live then destroy all the resources created in a single CI/CD pipeline run.