A company runs container-based workloads for on-demand tasks that generate logs while running. The logs are not needed after each container job completes. Which type of storage approach fits this scenario best?
Ephemeral storage suits tasks that do not keep data after a container finishes. By using a solution that automatically handles creation and removal along with container operation, the temporary nature of the data is addressed. Persistent solutions or shared directories do not align with short-duration data, and transport-level encryption describes how data is secured, not how it is managed.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is ephemeral storage in the context of containers?
Open an interactive chat with Bash
How does ephemeral storage differ from persistent storage?
Open an interactive chat with Bash
Why isn't shared storage or transport encryption the best fit in this scenario?