nerdexam
CompTIA

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…

Deployment

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)
  • B
    3% (1)
  • C
    95% (35)
  • D
    3% (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

#Container storage#Ephemeral storage#Data persistence

Community Discussion

No community discussion yet for this question.

Full CV0-004 Practice