envoyproxy / envoy

Cloud-native high-performance edge/middle/service proxy
https://www.envoyproxy.io
Apache License 2.0
25.03k stars 4.82k forks source link

Will Envoy Proxy support Hyperlight? #37109

Open shubham1172 opened 4 days ago

shubham1172 commented 4 days ago

Title: Envoy Proxy extension with Hyperlight micro-VMs

Description:

Envoy Proxy allows certain extension points like Go filters, WASM, etc. With the recent release of https://github.com/hyperlight-dev/hyperlight, this is a question to the community if this is something Envoy should support? It could benefit as yet another fast extension point for Envoy which can be safer than WASM.

[optional Relevant Links:]

Current state of WASM - https://github.com/envoyproxy/envoy/issues/35420

yanavlasov commented 4 days ago

There are currently no plans to add hyperlight. We will accept it as a contribution if you have resources to implement this.

kyessenov commented 4 days ago

CC @keithmattix

I am not sure KVM privilege makes sense as a requirement for Envoy, especially when it runs sandboxed in containers.