- Home
- All questions
- Question 324
CKA study material · question 324 of 1000
Which two statements about StorageClass provisioners are correct? Choose two.
Show the answer
Answer: D. Internal provisioners ship with Kubernetes under kubernetes.io names
B. NFS has no internal provisioner and needs an external one
Internal provisioners are those bundled with Kubernetes; NFS is the documented case needing an external one.
Source: Storage Classes (Kubernetes) — Provisioner