In a cloud-native architecture, which pattern best describes using object storage (like S3) instead of block storage for application data?
-
A
Stateful persistent storage via PVCs
-
B
Ephemeral emptyDir storage
-
C
Externalizing state to a managed object store accessed via SDK or API
-
D
Using hostPath volumes on cloud VMs