Immutable infrastructure means systems are never modified after deployment — instead, they're rebuilt from scratch for updates. Eliminates configuration drift and reduces attack surface.
"Cattle, not pets" philosophy. Containers and Kubernetes excel at immutable infrastructure. No SSH access to production. Any change triggers a new image build and deployment. Reduces patch debt.