A school district creates Gateways but must choose which implementation will reconcile them. Which resource selects the controller that implements a Gateway?
Select an answer to reveal the explanation.
Short Explanation
GatewayClass is the district’s “which brand of door controller?” label. Gateways point at a GatewayClass, and that class tells the cluster which Gateway controller should actually drive the listeners.
Full Explanation
A Gateway references a GatewayClass; the GatewayClass identifies the controller responsible for implementing that Gateway. Without the matching controller (and a valid class), Gateway objects will not become useful data-plane entrypoints. NetworkPolicy, PriorityClass, and StorageClass address other concerns and do not select Gateway implementations.