Skip to content

Commit d6ab9aa

Browse files
arkodgzirain
authored andcommitted
docs: enhance extensibility index page (envoyproxy#6728)
make it easier to pick the relevant extension type Signed-off-by: Arko Dasgupta <arko@tetrate.io>
1 parent c96593a commit d6ab9aa

File tree

1 file changed

+13
-0
lines changed
  • site/content/en/latest/tasks/extensibility

1 file changed

+13
-0
lines changed

site/content/en/latest/tasks/extensibility/_index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,16 @@ title: "Extensibility"
33
weight: 4
44
description: 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

0 commit comments

Comments
 (0)