Sunjay Bhatia
Sunjay Bhatia
See: `percentage` and `fraction` fields of Mirror filter: https://gateway-api.sigs.k8s.io/reference/spec/#httprequestmirrorfilter
**Please describe the problem you have** Users often need to analyze performance or other issues using Envoy statistics, which there are a lot of and Contour sets up in a...
Now that the e2e tests no longer run Contour in a k8s cluster, we have actually lost a bit of coverage. We need to add an in-cluster test suite to...
Currently Contour configures all HTTP Connection Manager filter chains with the `gRPC-Web` filter which means that Envoy attempts to proxy/translate any gRPC traffic over HTTP/1.1 as actual gRPC (converted to...
Starting an epic on this topic to ensure work is tracked and we get organized While we have worked to ensure Contour code performs well via optimizations in feature implementation,...
For a Gateway HTTPS Listeners with unspecified (catchall/wildcard) hostnames, we add a wildcard filter chain This is to ensure we get a routing failure HTTP response (404) when a request...
Uses unsupported features vs. skipped tests where possible
Sort HTTPProxies when checking for FQDN conflicts so that the oldest is still set as Valid so multiple tenants cannot affect each other, e.g. resources across namespaces should not be...
**What would you like to be added**: As a follow up to https://github.com/kubernetes-sigs/gateway-api/pull/2076, we should add test coverage to the TLSRoute test in that PR that makes an assertion on...