Under node resource contention, how does a higher PriorityClass typically affect scheduling for a municipal critical Pod versus lower-priority Pods?
Select an answer to reveal the explanation.
Short Explanation
Priority is the express lane under pressure—important Pods can bump lower-priority ones when the node is full. It does not rewrite DNS or turn your Pod into a DaemonSet.
Full Explanation
PriorityClass assigns a priority value used by the scheduler. When capacity is insufficient, higher-priority pending Pods may preempt lower-priority Pods (subject to policy and PDB constraints) to free resources. Priority does not alter DNS search lists or change a workload into a DaemonSet.