Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions site/content/en/latest/tasks/extensibility/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,16 @@ title: "Extensibility"
weight: 4
description: This section includes Extensibility tasks.
---

Envoy Gateway provides several ways to extend its functionality beyond the built-in features.

## Extension Options

**Need access to Envoy Proxy features not available through the API ?**
- [Envoy Patch Policy](envoy-patch-policy) - Directly modify Envoy xDS configuration
- [Extension Server](extension-server) - Build external services to transform xDS configuration

**Want to add custom processing logic?**
- [WASM Extensions](wasm) - Run WebAssembly modules for high-performance custom logic
- [External Processing](ext-proc) - Call external gRPC services during request processing
- [Lua Extensions](lua) - Write lightweight scripting extensions