Network Observability with Envoy
The service mesh is built from two components the data plane and the control plane. The data plane handles the traffic from your service and is responsible for securing traffic, reliability patterns a …
Talk Title | Network Observability with Envoy |
Speakers | Nic Jackson (Developer Advocate, HashiCorp) |
Conference | KubeCon + CloudNativeCon |
Conf Tag | |
Location | Shanghai, China |
Date | Jun 23-26, 2019 |
URL | Talk Page |
Slides | Talk Slides |
Video | |
The service mesh is built from two components the data plane and the control plane. The data plane handles the traffic from your service and is responsible for securing traffic, reliability patterns and network observability. The control plane is responsible for managing the configuration of the data plane, service catalog, x509 certificates, and service to service authorization. To effectively observe our system, we must understand the statistics emitted from these two components to build reliable and robust systems. In this talk, we will take a deep dive into the statistics output by key features of Envoy when used as a service mesh data plane. We will investigate network listeners, reliability patterns like timeouts, service discovery, authentication and how we can leverage these statistics to build a rich picture of the health of our system.