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

CKA study material · question 817 of 1000

A cluster needs dynamic provisioning for NFS, which has no in-tree provisioner. What does a StorageClass allow?

  1. Naming an external provisioner in its provisioner field
  2. Nothing; NFS must be statically provisioned
  3. Falling back to hostPath volumes automatically
  4. Delegating provisioning to the kubelet on each node
Show the answer

Answer: A. Naming an external provisioner in its provisioner field

The provisioner field may name an external provisioner run alongside Kubernetes rather than one built in, which is how storage without an internal plugin is provisioned dynamically.

Source: Storage Classes (Kubernetes) — The StorageClass API › Provisioner

Challenge yourself on this topic → Study as cards