John Howard
John Howard
are you really using httpbin in your tests or something else? I don't see why httpbin would fail to verify..
@arkodg are there conformance tests planned?
The main thing is params need to be namespace scoped. Having GatewayClass is not too bad if you just have 1 for the entire cluster, but per-namespace owners need to...
Hate to add more noise and scope creeping to this, but one note is K8s core just added ClusterTrustBundles which are, afaik, designed to solve problems like this. However, its...
IIRC when the feature was added originally it would give a bunch of spam if you did _not_ set it. Like not just a log, but 100s of logs or...
I was looking into this a bit and it seems fairly complex. I think we either need to use our own copy of the wellknown types, which isn't great for...
I did some experimentation on this (marshaling https://github.com/envoyproxy/envoy/blob/5fefd9d4f78d169e3cb71f4e2c53a1b5d575334b/api/envoy/config/endpoint/v3/endpoint_components.proto#L88, fwiw). We have a variety of benchmarks for different sizes of protobufs. Not all numbers are the end-to-end benchmark numbers, they do...
Interestingly I think the motivation for reflection in core is to reduce binary sizes (?). Builtin types are used almost everywhere so would have big impact to just have these...
There is a pretty large set of assumptions made about other variables as well fwiw