Continous delivery Flashcards

1
Q

Define continuous delivery

A

Push button code deployments

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Define Feature Toggles

A

They allow you to quickly toggle features on and off in your code base.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What’s CM?

A

Configuration Management

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Define “snowflake server”

A

A unique server which is difficult to replicate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Define a “Phoenix server”

A

A server that’s easily reborn

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Define “mutable server”

A

Servers where Config and settings change over times.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Define “immutable servers”

A

Servers settings don’t change. You update config files, and new servers are generated and old ones replaced.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Define blue green deployments

A

You have two environments and you can quickly move traffic between them at the flick of a switch

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Define Canary Deployments

A

Canaries are server instances that contain new features. You route a set amount of traffic to this canary to test these new features.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly