How do you persist container data between pod reboots?
Respuesta de la entrevista
Anónimo
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.