- Home
- All questions
- Question 746
CKA study material · question 746 of 1000
In Gateway API, what is the relationship between a Gateway and a GatewayClass?
Show the answer
Answer: A. A Gateway belongs to exactly one GatewayClass, which names the controller behind it
A Gateway is associated with exactly one GatewayClass, which describes the controller responsible for Gateways of that class; routes such as HTTPRoute then attach to the Gateway.
Source: Gateway API (Kubernetes) — Resource model