Pulumi Architecture

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

External

Internal

Overview

Architecture

Pulumi Architecture.png

State Management

https://www.pulumi.com/docs/intro/concepts/state/

TO PROCESS: https://www.pulumi.com/docs/intro/concepts/state/

Pulumi State.png

State can be interacted with via both CLI and programming model.

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.