Skip to content

Commit

Permalink
Added subsection for K8s Gateway API into Validations (#726)
Browse files Browse the repository at this point in the history
  • Loading branch information
hhovsepy authored Nov 29, 2023
1 parent 401d466 commit 00828c2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions content/en/docs/Features/validations.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,16 @@ Validate that a subset is properly configured.

- [DestinationRule Subset](https://istio.io/latest/docs/reference/config/networking/destination-rule)

### K8s Gateway API

Note that with the support of K8s Gateway API, a new mechanism of subsetting is introduced. Which means, that each version of a service should have a separate Service pointing to that particular version. And instead of the usage of DestinationRules, there should be a K8s HTTPRoute object created, referencing to Services per version in it's rules.

#### See Also

- [K8s HTTP Routing](https://gateway-api.sigs.k8s.io/guides/http-routing)
- [Istio Mesh K8s Gateway Traffic](https://istio.io/latest/docs/tasks/traffic-management/ingress/gateway-api/#mesh-traffic)
- [K8s HTTPRoute Validations in Kiali](https://kiali.io/docs/features/validations/#httproutes)


## Gateways {#gateways}

Expand Down

0 comments on commit 00828c2

Please sign in to comment.