Pulumi Architecture

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

External

Internal

Overview

State Management

What Happens when Code is Applied to Platform?

The pulumi up command evaluates the program and determines resource updates to make. Part of the update process, pulumi will run the preview step of the update, which computes the minimally disruptive change to achieve the desired state described by the program.