Storage Flashcards

1
Q

Hierarchy of storage

A
  1. implementation detail
  2. Container Storage Interface (CS)
  3. PV (pv subsystem)
  4. PVC (pv subsystem)
  5. SC (pv subsystem)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Pod access to a PV is enabled via a

A

PVC

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

K8s storage access modes:

A
  1. RWO readwrite once
  2. RWM: readwrite many
  3. ROM: readonly many
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Do you need to specify a storage class?

A

No, if none specified then default SC is used.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Do you need to specify a PV?

A

NO, if none specified then PC dynamically created from default storage class.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly