- Home
- All questions
- Question 325
CKA study material · question 325 of 1000
What is true of an emptyDir volume? Choose two.
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