
Understanding Envoy's Extension and Integration Mechanisms: From Custom Filters to Dynamic Modules
This article dives into various extension and integration mechanisms supported by Envoy, including custom C++ filter, Lua scripts, Wasm plugins, dynamic modules, and external integrations like ext_proc and ext_authz. I also share my personal preference and reasoning in favor of dynamic modules.
Read more