Storage Flashcards
1
Q
Hierarchy of storage
A
- implementation detail
- Container Storage Interface (CS)
- PV (pv subsystem)
- PVC (pv subsystem)
- SC (pv subsystem)
2
Q
Pod access to a PV is enabled via a
A
PVC
3
Q
K8s storage access modes:
A
- RWO readwrite once
- RWM: readwrite many
- ROM: readonly many
4
Q
Do you need to specify a storage class?
A
No, if none specified then default SC is used.
5
Q
Do you need to specify a PV?
A
NO, if none specified then PC dynamically created from default storage class.