Node Assignment — Certified Kubernetes App Developer (CKAD) Practice Questions

Node assignment refers to the various mechanisms Kubernetes provides for controlling which node a Pod runs on, including nodeName, nodeSelector, node affinity, and taints with tolerations. The CKAD exam tests candidates' ability to choose and apply the appropriate mechanism for a given scenario, such as pinning a Pod to a node with a specific label or preventing a Pod from running on nodes reserved for other workloads. Correctly configuring node assignment is a practical skill tested directly in the exam environment.

Free questions on node assignment

You need to ensure a Pod runs on a specific node. What mechanism should you use?
Free question · medium · full answer + explanation
Practice Certified Kubernetes App Developer (CKAD) Questions Free