istio / ztunnel

The `ztunnel` component of ambient mesh
Apache License 2.0
302 stars 101 forks source link

Support ProxyTerminatingEndpoints KEP #375

Open bleggett opened 1 year ago

bleggett commented 1 year ago

ProxyTerminatingEndpoint support is an upstream K8S KEP:

https://github.com/kubernetes/enhancements/blob/master/keps/sig-network/1669-proxy-terminating-endpoints/README.md

ztunnel should probably support this, especially as it gets integrated into K8S proper, along with tests.

Preliminary work for this is started with:

Remaining work after those PRs are merged to support this feature:

daixiang0 commented 7 months ago

what is status now?