Chapter 2. Contrasting Technologies

How do service meshes contrast to one another? How do service meshes contrast to other related technologies?

You might already have a healthy understanding of API gateways, ingress controllers, container orchestrators, client libraries, and so on. How are these technologies related to, overlapping with, or deployed alongside service meshes? Where do service meshes fit in?

Different Service Meshes (and Gateways)

Let’s begin by characterizing different service meshes. Some service meshes support a variety of underlying platforms, whereas some focus solely on layering on top of container orchestrators. All support integration with service discovery systems. The subsections that follow provide a brief survey of offerings within the current technology landscape.

Note

This list is neither exhaustive nor intended to be a detailed comparative. See https://layer5.io/landscape for community-maintained contrasting of service meshes and related technologies.

Linkerd

Hosted by the Cloud Native Computing Foundation (CNCF) and built on top of Twitter Finagle. Linkerd (pronounced “linker-dee”) includes both a proxying data plane and the Namerd (“namer-dee”) control plane all in one package.

  • Open source. Written primarily in Scala.

  • Data plane can be deployed in a node proxy model or in a proxy sidecar. Proven scale, having served more than one trillion service requests.

  • Supports services running within container orchestrators and as standalone virtual or ...

Get The Enterprise Path to Service Mesh Architectures now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.