File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
site/content/en/latest/tasks/extensibility Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,16 @@ title: "Extensibility"
33weight : 4
44description : This section includes Extensibility tasks.
55---
6+
7+ Envoy Gateway provides several ways to extend its functionality beyond the built-in features.
8+
9+ ## Extension Options
10+
11+ ** Need access to Envoy Proxy features not available through the API ?**
12+ - [ Envoy Patch Policy] ( envoy-patch-policy ) - Directly modify Envoy xDS configuration
13+ - [ Extension Server] ( extension-server ) - Build external services to transform xDS configuration
14+
15+ ** Want to add custom processing logic?**
16+ - [ WASM Extensions] ( wasm ) - Run WebAssembly modules for high-performance custom logic
17+ - [ External Processing] ( ext-proc ) - Call external gRPC services during request processing
18+ - [ Lua Extensions] ( lua ) - Write lightweight scripting extensions
You can’t perform that action at this time.
0 commit comments