Container Orchestration Flashcards

1
Q

Name a container orchestration technology

A

Kubernetes

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

What is the strangler fig pattern?

A

Slowly migrating legacy system into microser\/ices until legacy app is replaced

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

Why use containers?

A

To ensure en\/ironment is always the same

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

What is load balancing?

A

The ability to spin up more containers when traffic is high

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

What is container orchestration

A

Automated management, coordination, and deployment of containerised apps.
Handles tasks such as starting, stopping, scaling, and managing the lifecycle of containers

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

Key aspects of container orchestration

A

Deployment: Placing containers across a cluster of machines
Scaling: Adjust the number of container instances based on traffic/ resource demands
Load balancing: ^
Ser\/ice disco\/ery: Allowing containers to disco\/er and communicate with eachother dynamically

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