A DevOps team needs to provide persistent storage to a set of pods that all require read-write access to the same data simultaneously. Which volume type should they use?
Select one:
The trap here is that candidates often confuse ReadWriteOnce (RWO) with multi-pod access, forgetting...