Domanda di colloquio di BigR.io

How do you persist container data between pod reboots?

Risposta di colloquio

Anonimo

25 mar 2024

● The best way to do this is by using a Persistent Volume. Pods can claim provisioned Persistent Volumes and use this to persist data between pod restarts.