Which TWO statements accurately describe the concept of immutable infrastructure in the context of container orchestration? (Select two.)
Immutable infrastructure promotes the same image through development, staging, and production without changes, ensuring consistency.
Why this answer
Option B is correct because immutable infrastructure treats container images as immutable artifacts that are versioned and promoted through environments (e.g., dev, staging, prod) without modification. This ensures consistency and reproducibility, as the same image is deployed across all stages without patching or altering it in place.
Exam trap
CNCF often tests the distinction between mutable and immutable patterns by presenting options that describe in-place updates (like SSH or exec commands) as valid, which candidates mistakenly accept if they confuse operational debugging with infrastructure management.