Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 797 Bytes

architecture.md

File metadata and controls

16 lines (10 loc) · 797 Bytes

Architecture Overview

The main README.md explains that Config Manager configures the ESPv2 data plane (Envoy). More information about Config Manager is located in the src/go directory.

ESPv2 uses a variety of Envoy filters. These filters are either:

The diagram below displays all the filters used by ESPv2. Note that only a few are required, the remaining are enabled based on the deployment mode.

ESPv2 Filters

You can find more details about each custom filter in the corresponding directories.