Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 410 Bytes

k8s-best-practices-ephemeral-storage.adoc

File metadata and controls

11 lines (8 loc) · 410 Bytes

Ephemeral storage

Pods and containers can require ephemeral or transient local storage for their operation. The lifetime of this ephemeral storage does not extend beyond the life of the individual pod, and this ephemeral storage cannot be shared across pods.

Important
Workload requirement

Pods must not place persistent data in ephemeral storage.