-
Book Overview & Buying
-
Table Of Contents
Infrastructure as Code with Pulumi
By :
Up until this point, all the Pulumi CLI commands have been executed directly from your local terminal. While this is a great way to learn and experiment, it is not a viable approach for production environments. This is because production-grade infrastructure demands consistency, repeatability, and the ability to scale changes across multiple environments without manual intervention. Relying on local execution can introduce human error, delay deployments, and make it difficult to track changes or maintain auditability. To address these challenges, modern development teams rely on continuous integration/continuous deployment (CI/CD) pipelines to automate the process of building, testing, and deploying infrastructure as code (IaC). These pipelines ensure that infrastructure updates are consistent, traceable, and can be rolled back in the event of a failure.
In this chapter, we will explore how to integrate Pulumi into CI/CD environments to...
Change the font size
Change margin width
Change background colour