Module 3 Managing Applications with Kubernetes Flashcards

1
Q

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

A

More pods will be created

More pods will be created if the Horizontal Pod Autoscaler detects higher-than-expected utilization.

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

What happens if worker nodes are under-utilized?

A

The cluster Autoscaler scales down worker nodes one at a time

The cluster Autoscaler scales down worker nodes one at a time if they are being under-utilized.

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

In Kubernetes, what component is responsible for scaling out?

A

Horizontal Pod Autoscaler

The Horizontal Pod Autoscaler is responsible for scaling out in Kubernetes.

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

Fill in the blank

ConfigMaps and secrets are used to store __________ and __________ respectively.

A

configurations and credentials

ConfigMaps and secrets are used to store configurations and credentials.

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

Fill in the blank

Rolling updates provide a way to publish changes to applications without noticeable interruptions and a way to _________ changes so the application can revert to a stable state in the event of errors.

A

Roll back

Rolling updates give us a way to publish changes to applications without noticeable interruptions and 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
6
Q

What does the Horizontal Pod Autoscaler monitor?

A

CPU utilization

The Horizontal Pod Autoscaler monitors CPU utilization.

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

Fill in the blank

ReplicaSets enable users to scale applications by running duplicate __________.

A

pods

ReplicaSets enable users to scale applications by running duplicate pods.

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

What occurs if the Cluster Autoscaler detects pending pods?

A

The Autoscaler scales up more worker nodes

The Autoscaler scales up more worker nodes if pending pods are detected.

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

What can be used to create ConfigMaps?

A

A file with key-value pairs

A file with key-value pairs can be used to create ConfigMaps

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

What Kubernetes objects is used to store and manage sensitive information?

A

Secrets

Secrets are used to store and manage sensitive information in Kubernetes.

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