QuestionQ5

Cloud Infrastructure

Which of the following statements is accurate about Kubernetes orchestration?

  • 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.
Explanation

Kubernetes scheduling evaluates resource requests and placement constraints, filters feasible Nodes, ranks them, and assigns Pods to appropriate Nodes. Jobs run through Pods, so their workload is placed using this resource-aware scheduling mechanism.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!