Continous delivery Flashcards
Define continuous delivery
Push button code deployments
Define Feature Toggles
They allow you to quickly toggle features on and off in your code base.
What’s CM?
Configuration Management
Define “snowflake server”
A unique server which is difficult to replicate
Define a “Phoenix server”
A server that’s easily reborn
Define “mutable server”
Servers where Config and settings change over times.
Define “immutable servers”
Servers settings don’t change. You update config files, and new servers are generated and old ones replaced.
Define blue green deployments
You have two environments and you can quickly move traffic between them at the flick of a switch
Define Canary Deployments
Canaries are server instances that contain new features. You route a set amount of traffic to this canary to test these new features.