- Home
- All questions
- Question 326
CKA study material · question 326 of 1000
An emptyDir is configured to be backed by RAM. What is the trade-off?
Show the answer
Answer: C. It is faster but charges the memory to the Pod
A RAM-backed emptyDir is fast, but the storage it uses counts against the Pod's memory.
Source: Volumes (Kubernetes) — emptyDir memory configuration example