DevOps
146 views
Feature Flags
Quick Definition
Technique for toggling features without code deployment
Full Definition
Technique for toggling features on or off without deploying new code.
Examples
A/B testing, gradual rollouts, instant rollback, dark launching
Related Terms
canary-deployment
continuous-delivery
More DevOps Terms
CI/CD Pipeline
Automated steps from code commit to deployment
Terraform
Declarative IaC tool for provisioning cloud resources
Containerization
Packaging apps with dependencies into isolated containers
Rolling Deployment
Incrementally updating instances replacing old with new
DevOps
Practices combining development and operations for faster delivery
Continuous Deployment
Automatically deploying every tested change to production