Show Overview: Brian and Tyler discuss the basics of Service Meshes, such as Istio, Envoy and Linkerd.
Show Notes:
Service Mesh is a layer that manages the communication between apps (or between parts of the same app, e.g. microservices)
Just as applications shouldn\u2019t be writing their own TCP stack, they also shouldn\u2019t be managing their own load balancing logic, or their own service discovery management, or their own retry and timeout logic. - link
Mesh: A group of hosts that coordinate to provide a consistent network topology. In this documentation, an \u201cEnvoy mesh\u201d is a group of Envoy proxies that form a message passing substrate for a distributed system comprised of many different services and application platforms. - link
Topic 1 - What is a Service Mesh?
Topic 2 - Didn\u2019t developers build Microservices before Service Meshes?
Topic 3 - How does a Container or Kubernetes interact with a Service Mesh?
Feedback?