John Howard
John Howard
yes, wasm telemetry authn and authz should all behave the same On Thu, Oct 16, 2025, 5:09 PM zirain ***@***.***> wrote: > ***@***.**** commented on this pull request. > ------------------------------...
Oops, thought this was ready but rcgen released the change and reverted it (due to unrelated commit)
Oh one other complexity I forgot to mention... I didn't actually verify this, but I believe it will work this way: Client's doing happy eyeballs is broken because linkerd will...
This may be FUD as I only read the docs and didn't actually get a chance to try it out, but it seems like not being to use Network or...
When i setup a gRPC server with something like `&tls.Config{}`, and pass this to gRPC, it automatically adds `NextProtos=[]string{h2}`. This means that ALPN works and will not be rejected. If...
Istio still supports VMs with raw binaries and it's the only documented and tested approach. Previously we had discussed removing old glibc was dependant on someone owning docker-VM docs/testing which...
DNS proxy is opt-in, but on a per-cluster basis not per-pod I think. I am somewhat against these opt-outs. These are fundamentally broken even in sidecars, and the breakage will,...
Those seem like they can be done by disabling ztunnel or waypoint on the specific pods . Are there use cases for port or IP based disablement?
How much are the high performance use cases here theoretical vs observed performance degradation in real world? When ztunnel proxies without mTLS it's extremely fast - far faster than Envoy...
The connections are 1:1 when the destination is not using mTLS/hbone as would be the case here.