Devops overview Flashcards

1
Q

Devops?

A

Practives intented to reduce the time between commiting and producton

practice of operations and development engineers participating together

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

What are the two main people in devops and what do they do?

A

Developpers - implement idea , want to push new features
operators - place in production, want to keep system avialable.

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

What is the goal/motication of DevOps?

A

Organizations want to reduce the time to market for new features, without sacrificing quality.

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

Five main points of DevOps

A

Treat operators as first class citizens

make dev more responsible for incident handling

enforce deployment practices uniformly across both dev and ops

Use continuous deployment

develop infrastructure code using same processes as application code.

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

What are some other characteristics about the teams of Devops and their dynamics?

A

Speed up deployment by minimizing synchronous coordination among dev teams (meetings cost time cause everyone has to be there)

Teams must be small

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

What are the advantages of small teams

A

Advantages: make decisions quickly, less coordination overhead, more coherent units

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