Kubernetes Gateway API Reference: HTTPRoute, Traffic Splitting & GRPCRoute
Kubernetes Gateway API is GA (v1) since K8s 1.28. Here's why it's replacing Ingress.
Traffic splitting is first-class (no annotation hacks)
rules:
- matches:
- path: {type: PathPrefix, value: /api}
backendRefs:
- name: api-service-s...
releaserun.hashnode.dev1 min read