NVIDIA Certified Associate – AI Infrastructure and Operations — Question 21
Which of the following statements is true about Kubernetes orchestration?
Answer options
- A. It is bare-metal based but it supports containers.
- B. It has advanced scheduling capabilities to assign jobs to available resources.
- C. It has no inferencing capabilities.
- D. It does load balancing to distribute traffic across containers.
Correct answer: B, D
Explanation
Answer B is correct because Kubernetes does indeed have advanced scheduling capabilities that efficiently allocate tasks to available resources. While answer D is also true, indicating that Kubernetes can balance traffic among containers, answers A and C are incorrect as they misrepresent Kubernetes' capabilities regarding bare-metal usage and inferencing.