...

/

Quiz: Managing Containers Resource Usage

Quiz: Managing Containers Resource Usage

A short quiz on managing resource usage of containers.

We'll cover the following...
Technical Quiz
1.

What happens if we try to run a pod requesting more resources than we have available in our cluster?

A.

The pod will stay in a Pending state and will not actually run.

B.

Other pods will be killed to free resources.

C.

The pod will crash with an error.


1 / 3