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

CKA study material · question 850 of 1000

A PersistentVolume lists ReadWriteOnce and ReadOnlyMany among its access modes. How is it mounted?

  1. Under both modes at once, depending on the consumer
  2. Under whichever mode the StorageClass specifies
  3. Under one access mode at a time
  4. Under the most permissive mode listed
Show the answer

Answer: C. Under one access mode at a time

A volume can be mounted using only one access mode at a time even when it supports several; the claim that binds it determines which.

Source: Persistent Volumes (Kubernetes) — Access Modes

Challenge yourself on this topic → Study as cards