Backend & systems·Deployment, release and rollback
you never patch a running server; you build a new image and replace the instance entirely.
Immutable infrastructure
Treating deployed artefacts as read-only and replacing rather than modifying them. It eliminates configuration drift and makes environments reproducible from source. It requires the build and replace cycle to be fast, and it makes stateful nodes the special case that needs a real plan.