nerdexam
NVIDIA

NCA-AIIO · Question #37

Which of the following statements is true about Kubernetes orchestration?

The correct answer is B. It has advanced scheduling capabilities to assign jobs to available resources. D. It does load balancing to distribute traffic across containers. Kubernetes excels in container orchestration with advanced scheduling (assigning workloads based on resource needs and availability) and load balancing (distributing traffic across pods via Services). It's not inherently bare-metal (it runs on various platforms), and…

NVIDIA Infrastructure and Operations

Question

Which of the following statements is true about Kubernetes orchestration?

Options

  • AIt is bare-metal based but it supports containers.
  • BIt has advanced scheduling capabilities to assign jobs to available resources.
  • CIt has no inferencing capabilities.
  • DIt does load balancing to distribute traffic across containers.

How the community answered

(67 responses)
  • A
    6% (4)
  • B
    91% (61)
  • C
    3% (2)

Explanation

Kubernetes excels in container orchestration with advanced scheduling (assigning workloads based on resource needs and availability) and load balancing (distributing traffic across pods via Services). It's not inherently bare-metal (it runs on various platforms), and inferencing capability depends on applications, not Kubernetes itself, making B and D the true statements.

Topics

#Container Orchestration#Kubernetes Scheduling#Kubernetes Services#Load Balancing

Community Discussion

No community discussion yet for this question.

Full NCA-AIIO Practice