justcoding121 / titanium-web-proxy

A cross-platform asynchronous HTTP(S) proxy server in C#.
MIT License
1.92k stars 598 forks source link

Use this software as Kubernetes Sidecar #955

Open zimbres opened 1 year ago

zimbres commented 1 year ago

I'm think if it is possible to use this software as a sidecar in a Kubernetes deployment.

A way to achieve this is to receive the request in the transparent endpoint and forward it to other container is the same Pod.

Is it possible some how use the redirect in the transparent manner? Any other clue how to achieve this?