Study. uk . com
  1. Home
  2. All questions
  3. 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?

  1. TLS termination
  2. Host-based routing
  3. Path prefix matching
  4. Traffic weighting as a first-class field
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

Challenge yourself on this topic → Study as cards