Increase App Confidence using CI/CD and Infrastructure as Code
You need to be signed in to add a collection
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.
Transcript
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.