Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Latest commit

 

History

History
35 lines (30 loc) · 1.79 KB

extending.rst

File metadata and controls

35 lines (30 loc) · 1.79 KB

Extending Envoy for custom use cases

The Envoy architecture makes it fairly easily extensible via a variety of different extension types including:

As of this writing there is no high level extension developer documentation. The :repo:`existing extensions <source/extensions>` are a good way to learn what is possible.

An example of how to add a network filter and structure the repository and build dependencies can be found at envoy-filter-example.