Kubernetes and Cloud Native Associate (KCNA) — Question 59
Which storage operator in Kubernetes can help the system to self-scale, self-heal, etc?
Answer options
- A. Rook
- B. Kubernetes
- C. Helm
- D. Container Storage Interface (CSI)
Correct answer: A
Explanation
Rook is a storage operator that integrates with Kubernetes to manage storage resources automatically, enabling self-scaling and self-healing capabilities. Kubernetes itself is the orchestration platform, Helm is a package manager, and Container Storage Interface (CSI) is a specification for exposing storage systems to containerized workloads, but none of these provide the same level of automation for storage management as Rook does.