October 8, 2019

172 words 1 min read

Intro: Envoy

Intro: Envoy

Envoy is a new cloud-native high-performance edge/middle/service proxy which aims to make the network transparent to applications. Envoys out of process architecture allows it to be used alongside an …

Talk Title Intro: Envoy
Speakers Lizan Zhou (Software Engineer, Tetrate)
Conference KubeCon + CloudNativeCon
Conf Tag
Location Shanghai, China
Date Jun 23-26, 2019
URL Talk Page
Slides Talk Slides
Video

Envoy is a new cloud-native high-performance edge/middle/service proxy which aims to make the network transparent to applications. Envoy’s out of process architecture allows it to be used alongside any language or runtime. At its core, Envoy is an L4 proxy with a pluggable filter chain model. On top of the L4 proxy it also includes a full HTTP stack with a parallel pluggable L7 filter chain. Envoy also has best in class observability using both statistics and distributed tracing. In this session Lizan Zhou from Tetrate will present how to configure and deploy Envoy in various environment with its extensions, and demonstrate how it can be used with observability and tracing tools.

comments powered by Disqus