Study. uk . com
  1. Home
  2. All questions
  3. Question 822

CKA study material · question 822 of 1000

Which two statements about local volumes are correct? Choose two.

  1. They support dynamic provisioning through a StorageClass
  2. They exist only as statically created PersistentVolumes
  3. Their PersistentVolume must carry nodeAffinity
  4. They can be mounted ReadWriteMany across nodes
Show the answer

Answer: B. They exist only as statically created PersistentVolumes
C. Their PersistentVolume must carry nodeAffinity

There is no dynamic provisioning for local volumes, and nodeAffinity is required so the scheduler places Pods on the node holding the disk.

Source: Volumes (Kubernetes) — Types of volumes › local

Challenge yourself on this topic → Study as cards