- Home
- All questions
- Question 747
CKA study material · question 747 of 1000
A team needs weighted traffic splitting between two backend versions. What does Gateway API offer that Ingress does not?
Show the answer
Answer: D. Traffic weighting as a first-class field
Gateway API expresses header matching and traffic weighting directly in the API, whereas an Ingress could only reach them through controller-specific annotations.
Source: Gateway API (Kubernetes) — Design principles