Feature flag
Section titled “Feature flag”A feature flag is a runtime decision point that selects whether a behavior is enabled for a request, user, cohort, or environment.
Flags can separate deployment from release and support staged rollout, experiments, or operational kill switches.
Temporary flags create configuration and test debt. They need an owner, a removal condition, and a defined failure default.
Used in DKKB
Feature flags and controlled rolloutSeparate deployment from user-visible release by placing temporary runtime control around selected behavior.
Related knowledge
Feature flags and controlled rolloutSeparate deployment from user-visible release by placing temporary runtime control around selected behavior.