Study. uk . com
  1. Home
  2. All questions
  3. Question 325

CKA study material · question 325 of 1000

What is true of an emptyDir volume? Choose two.

  1. Its data survives a container crash
  2. It can only be mounted by one container in the Pod
  3. Its data survives the Pod being removed from the node
  4. It is created when the Pod is assigned to a node
Show the answer

Answer: D. It is created when the Pod is assigned to a node
A. Its data survives a container crash

An emptyDir appears when the Pod is placed and is deleted with the Pod, but a container crash does not remove the Pod.

Source: Volumes (Kubernetes) — emptyDir

Challenge yourself on this topic → Study as cards