nerdexam
IBM

C1000-041 · Question #8

In a cluster that has worker nodes of multiple hardware platform architectures, what method ensures a pod is scheduled on a node with the supporting architecture?

The correct answer is C. Use DaemonSets instead of ReplicaSets or StatefulSets. See the full explanation below for the reasoning.

Question

In a cluster that has worker nodes of multiple hardware platform architectures, what method ensures a pod is scheduled on a node with the supporting architecture?

Options

  • ACreate the service prior to deploying the pods
  • BConfigure a nodeSelector within the pod definition
  • CUse DaemonSets instead of ReplicaSets or StatefulSets
  • DKubernetes automatically runs pods on the same architecture that the containers require

How the community answered

(31 responses)
  • A
    16% (5)
  • B
    3% (1)
  • C
    74% (23)
  • D
    6% (2)

Community Discussion

No community discussion yet for this question.

Full C1000-041 Practice