John Howard

Results 1682 comments of John Howard

We use Prow. The job config is in https://github.com/istio/test-infra/blob/master/prow/config/jobs/ztunnel.yaml; its already running on the repo. So quick presubmits can be added to `make presubmit`; if we want to add more...

Logic is merge, getting it into prow is in https://github.com/istio/tools/pull/2330

@zhlsunshine interested in picking this up? I think we can add unit tests to the build_requests and workload store, and e2e tests in tests/proxy.rs. Full Kubernetes IPv6 support will need...

Why is the kernel involved? TLS is done is user space...?

We statically link the SSL library (like Envoy and Go)

Yes, its more than just version. The SSL libraries are probably the most unfriendly APIs ever designed. For every option, there are 3 ways to set it, and there are...

IMO it should be a blocker for someone to give it a pass over to make sure we are using secure settings. Shouldn't be too much effort

Is it even possible? Not sure `tracing` library exposes this

In theory we have the ability to do this (or plan to) since upgrades will probably involve surging. I hadn't expected demand for this long term though. Are there other...

I think that requires running musl, not sure what impact that will have on performance/reliability and binary sizes. Worth looking into