How to configure Istio envoy proxy as Outbound decorator

5/19/2020

The idea to:

  • set up additional port (8101) for Istio envoy proxy and use it inside of pod (thus it is not necessary to set up additional Gateway and VirtualService for it, port only for inner uses)
  • apply EnvoyFilter on the port, EnvoyFilter by using Lua scripts will doing decorating of reguests

enter image description here

Thank you for any ideas.

-- Max Usanin
envoyproxy
istio
kubernetes

0 Answers