- Home
- All questions
- 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?
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