CV0-004 · Question #123
Which of the following container storage types loses data after a restart?
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…
Question
Which of the following container storage types loses data after a restart?
Options
- AObject
- BPersistent volume
- CEphemeral
- DBlock
How the community answered
(37 responses)- B3% (1)
- C95% (35)
- D3% (1)
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.