Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 2.31 KB

File metadata and controls

33 lines (29 loc) · 2.31 KB

Initialization

How Envoy initializes itself when it starts up is complex. This section explains at a high level how the process works. All of the following happens before any listeners start listening and accepting new connections.

A key design principle of initialization is that an Envoy is always guaranteed to initialize within :ref:`initial_fetch_timeout <envoy_v3_api_field_config.core.v3.ConfigSource.initial_fetch_timeout>`, with a best effort made to obtain the complete set of xDS configuration within that subject to the management server availability.