kmesh-net / kmesh

High Performance ServiceMesh Data Plane Based on Programmable Kernel
https://kmesh.net
Apache License 2.0
395 stars 51 forks source link

Workload mode of Kmesh can support tcpproxy filter just as previous v0.2 ads mode? #275

Open bfforever opened 4 months ago

bfforever commented 4 months ago

Please provide an in-depth description of the question you have: In previous ads mode, the Kmesh can accept virtualservice and destinationRule to do tcpproxy filter, such as match a tcp port and redirect to another service. But I read the workload code, it seems like the L4 function of workload mode only support incluster access, pod-->service, then do lb, it dose not support l4 filter or route function. I have a question about this place.

hzxuzhonghu commented 4 months ago

When working in ads mode, i use a totally new Workload or Service API. If without waypoint, it just works similar as kube-proxy