CV0-004 · Question #123
CV0-004 Question #123: Real Exam Question with Answer & Explanation
The correct answer is C: Ephemeral. Ephemeral storage is temporary storage that is tied to the lifecycle of a container or pod. When the container or pod is stopped, restarted, terminated, or rescheduled, all data stored in the ephemeral storage is permanently deleted. This type of storage is commonly used for temp
Question
Which of the following container storage types loses data after a restart?
Options
- AObject
- BPersistent volume
- CEphemeral
- DBlock
Explanation
Ephemeral storage is temporary storage that is tied to the lifecycle of a container or pod. When the container or pod is stopped, restarted, terminated, or rescheduled, all data stored in the ephemeral storage is permanently deleted. This type of storage is commonly used for temporary data like logs, cache files, or intermediate computation results that do not require long-term
Topics
Community Discussion
No community discussion yet for this question.