Útfærsluháð
Útfærsluháð is an Icelandic term used in information technology to describe a deployment- and execution-driven approach to software delivery. In this approach, system behavior and release decisions are governed by automated policies and runtime configurations, rather than manual intervention by operators.
The concept aligns with modern DevOps practices and infrastructure as code, seeking to codify release processes,
Key features include policy-driven execution, automated release pipelines, feature toggles, canary releases, rollbacks, and continuous monitoring.
The approach can improve reliability, traceability, and safety in deployment, but it also introduces complexity and
Related concepts include DevOps, continuous delivery, and infrastructure as code.