Module 3 Flashcards

1
Q

Replicasets enable us to…

A

scale our application by running duplicate deployments.

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

Rolling updates

A

give us a way to publish changes to our applications without noticeable interruptions for the user. Additionally, rolling updates give us a way to roll back any changes so the application can revert to a stable state in the event of errors.

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

What occurs if the Cluster Autoscaler detects pending pods?

A

The Autoscalerscales up more worker nodes.

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

In Kubernetes, which of the following is responsible forscaling out?

A

Horizontal Pod Autoscaler

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

What will occur in the Horizontal Pod Autoscaler if utilization is higher than specified?

A

More pods will be created.

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

What happens if worker nodes are under-utilized?

A

The cluster Autoscalerscales down worker nodes one at a time.

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

The Horizontal Pod Autoscaler monitors which of the following?

A

CPU utilization

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

Which of the following Kubernetes objects is used to store and manage sensitive information?

A

Secrets

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

Which of the following can be used to create ConfigMaps?

A

A file with key-value pairs

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

ReplicaSets enable usersto scale applicationsby running duplicate ____

A

pods

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

ConfigMaps and secrets are used to store __________ and _______ respectively

A

configurations, credentials

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

Rolling updates provide a way to publish changes to applications without noticeable interruptions for the user. Which of the following is another feature of rolling updates?

A

Roll back changes

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