SEARCH (ENTER TO SEE ALL RESULTS)
Cancel Search
POPULAR TOPICS
Contributed
sponsored-post-contributed
News
Analysis
The New Stack Makers
Tutorial
Podcast
Feature
Research
Profile
The New Stack Logo
Skip to content
  • Podcasts
  • Events
  • Ebooks
    • DevOps
    • DevSecOps
    • Docker Ecosystem
    • Kubernetes Ecosystem
    • Microservices
    • Observability
    • Security
    • Serverless
    • Storage
    • All Ebooks
  • Newsletter
  • Sponsorship
  • • • •
    • Podcasts
      • TNS @Scale Series
      • TNS Analysts Round Table
      • TNS Context Weekly News
      • TNS Makers Interviews
      • All Podcasts
    • Events
    • Ebooks
      • DevOps
      • DevSecOps
      • Docker Ecosystem
      • Kubernetes Ecosystem
      • Microservices
      • Observability
      • Security
      • Serverless
      • Storage
      • All Ebooks
    • Newsletter
    • Sponsorship
Skip to content
  • Architecture
    • Cloud Native
    • Containers
    • Edge/IoT
    • Microservices
    • Networking
    • Serverless
    • Storage
  • Development
    • Development
    • Cloud Services
    • Data
    • Machine Learning
    • Security
  • Operations
    • CI/CD
    • Culture
    • DevOps
    • Kubernetes
    • Monitoring
    • Service Mesh
    • Tools
Search The New Stack
 

Service Mesh

▾ 3 MINUTE READ — CLOSE

Service mesh is a fairly recent technology that has emerged as pressures mounted in the industry from the increasing use of Kubernetes and microservices in general. This architecture enables secure and observable communication between independent services. 

Initially, applications broken down into smaller containerized services were structured to enable internal and external communication, both securely and safely. The problem with this approach is that it required application developers to add an entire networking stack to their apps to deal with issues such as service discovery, routing, circuit breaking, load-balancing, and security authorization. 

The answer didn’t come in the form of a library that a developer could use because even smaller shops used multiple languages to build their apps. 
What Is a Service Mesh? 
The service mesh solved initial issues by abstracting components into a sidecar. Sidecars, which are utility containers that support main containers, can be attached to applications and communicate with all the other sidecars on a network. A service mesh is an infrastructure that layers transparently on applications and enables capabilities such as security, observability, and traffic management without having to attach them to codes. It routes data requests from one service to another and optimizes processing while executing tasks.

Here are some fundamental functions of a service mesh: 

Connection. Services can discover and communicate with each other through a service mesh. The flow of traffic and API interactions between services can be controlled through intelligent routing. 
Monitoring. A service mesh through monitoring tools such as Jaeger for Kubernetes and Prometheus can track and observe a distributed microservices system. Operators can discover dependencies between API latencies, traffic flow, and services. A service mesh can be vital in monitoring microservices.
Security. A service mesh ensures secure communication between services. A policy can be configured to allow or deny access from specified departments to certain services.  

How Are Service Mesh Implementations Carried Out?
A typical service mesh can be divided into two parts: a data plane and a control plane. Here’s a brief distinction between both:

Data plane: The data plane deals with the actual traffic from one application to another. Any networking aspects regarding the actual service requests — such as routing, forwarding, load balancing, authentication, and authorization — are part of the service mesh data plane. 
Control plane: The control plane is the entity that connects the various data planes into a distributed network. This is the policy and management layer of the service mesh.

What Is a Wifi Mesh Network?
A mesh network is a local network topology that dynamically and directly connects to other nodes and collaborates with each other to effectively send data between the network and clients. The independent nature of the mesh network enables each node to relay information. 

A wifi mesh network is a connection of multiple components that leverage mesh technology to maintain smooth wifi performance. Routers connect directly to modems and a series of satellite nodes or modules to form part of the single network.  
The Isito Service Mesh Package
Isito is one of the most popular service mesh packages. It is an open-source service mesh that settles transparently on existing shared applications. Isito provides a uniform way of monitoring, securing, and connecting to services. 

The Istio package is in itself a control plane, though it uses Envoy as a data plane. Envoy is a proxy that is run alongside each service running on VMs or clusters. Data planes often program control planes. For example, the Isito service mesh considers desired configurations and programs Envoy, updating as it detects changes in the environment. 
Other Service Mesh Solutions Are Coming Up
The Cloud Native Computing Foundation’s Linkerd, managed by Buoyant, is another popular service mesh. It was recently rewritten to move the codebase of the chunky Java language to the most nimble combination of Go and Rust. Linkerd 2.0 was also designed to work more smoothly with the Kubernetes container orchestration engine (though contrary to popular belief, a service mesh does not require Kubernetes to run).

In addition to new service mesh packages popping up, a number of network management software stacks have been extended to become full-fledged service mesh solutions, notably the Nginx application server, the Kong API gateway, and HashiCorp’s Consul. And because of the early success of the service mesh, there is a growing movement towards creating tools to manage multiple service meshes, including the Service Mesh Interface standardization effort and the Gloo software for service mesh federation.

The service mesh is a cloud-native technology, and we will be following its progress very closely at The New Stack. So bookmark this page for the latest trends and perspectives on this type of solution.


The New Stack Newsletter Sign-Up
A newsletter digest of the week’s most important stories & analyses.
Do you also want to be notified of the following?
We don’t sell or share your email. By continuing, you agree to our Terms of Use and Privacy Policy.
Kubernetes / Security / Service Mesh / Sponsored / Contributed
Applying Zero Trust Security to Kubernetes Via Service Mesh
22 Jun 2022 12:36pm, by Ashher Syed
Cloud Native Ecosystem / Kubernetes / Service Mesh
Service Mesh Gets Boring and That’s a Good Thing
3 Jun 2022 4:00am, by B. Cameron Gain
Data / Service Mesh / Technology / Sponsored
Vendor Checklist for Real-Time Data Meshes
2 Jun 2022 6:20am, by Tim Wagner
Data / Service Mesh / Technology / Sponsored / Contributed
The Real-Time Data Mesh and Its Place in Modern IT Stacks
26 May 2022 8:07am, by Tim Wagner
Networking / Service Mesh / Technology / Sponsored / Contributed
3 Consul Service Mesh Myths Busted
23 May 2022 11:06am, by Van Phan and Ashher Syed
Kubernetes / Networking / Service Mesh
Envoy Gateway Offers to Standardize Kubernetes Ingress
16 May 2022 7:22pm, by Joab Jackson
Cloud Native Ecosystem / Kubernetes / Service Mesh
Buoyant Wants to Make Linkerd Easier to Use and Manage
6 May 2022 7:07am, by B. Cameron Gain
Security / Service Mesh / Sponsored / Contributed
Implementing a Secure Service Mesh
28 Apr 2022 2:00am, by Jonathan Kelley
Cloud Native Ecosystem / Kubernetes / Service Mesh
Istio Applies to Join CNCF: Why Now?
26 Apr 2022 1:17pm, by B. Cameron Gain
Cloud Native Ecosystem / Kubernetes / Service Mesh
The Rush to Fix the Kubernetes Failover Problem
31 Mar 2022 8:32am, by B. Cameron Gain
Kubernetes / Service Mesh / Software Development
Solo.io Intros Gloo Mesh Enterprise 2.0
11 Mar 2022 7:26am, by Darryl K. Taft
Kubernetes / Service Mesh / Technology
Is Linkerd Winning the Service Mesh Race?
8 Mar 2022 9:19am, by B. Cameron Gain
Service Mesh / Technology / Tools
HashiCorp’s API Gateway for Consul Helps Ease North-South Traffic Pain
7 Mar 2022 7:32am, by B. Cameron Gain
API Management / Service Mesh / Software Development / Technology / Sponsored / Contributed
SoloCon: Explore Service Mesh, API Gateways, GraphQL, eBPF
28 Feb 2022 7:51am, by Erik Frieberg
Data Science / Kubernetes / Service Mesh / Sponsored / Contributed
Be Like Switzerland: 6 New Service Mesh Standards
11 Nov 2021 10:00am, by Matthew Yacobucci
Kubernetes / Open Source / Service Mesh / Sponsored / Contributed
Supercharge Service Mesh with eBPF and Cilium
8 Nov 2021 6:00am, by Idit Levine
Data Science / Kubernetes / Service Mesh / Sponsored / Contributed
The Hidden Costs of Service Meshes
4 Nov 2021 7:00am, by Alan Murphy
Data Science / Kubernetes / Service Mesh / Sponsored / Contributed
Your Data Plane Is Not a Commodity
25 Oct 2021 8:58am, by Alan Murphy
Cloud Native Ecosystem / Networking / Service Mesh / Contributed
How eBPF Streamlines the Service Mesh
25 Oct 2021 6:50am, by Liz Rice
Kubernetes / Service Mesh / Technology / Sponsored / Contributed
Istio’s Complexity Demystified
13 Oct 2021 7:48am, by Lin Sun
API Management / Service Mesh / Technology / Sponsored
Solo.io Adds GraphQL to Gloo Mesh and Gloo Edge
12 Oct 2021 11:05am, by Mike Melanson
Cloud Native Ecosystem / Security / Service Mesh
Linkerd Kubernetes Service Fabric Builds in Security
6 Oct 2021 10:13am, by Steven J. Vaughan-Nichols
DevOps / Open Source / Service Mesh / Sponsored / Contributed
Upgrading Istio without Downtime
20 Sep 2021 8:13am, by Nick Nellis
Kubernetes / Networking / Service Mesh
NGINX Commits to Open Source and Kubernetes Ingress
30 Aug 2021 10:00am, by Mike Melanson
Data Science / Kubernetes / Service Mesh / Sponsored / Contributed
Rethinking Service Mesh with Application Traffic Management
27 Aug 2021 6:00am, by Alan Murphy
Kubernetes / Service Mesh / Technology / Sponsored / Contributed
What’s New in Istio 1.11 — Robust Day 2 Experiences
20 Aug 2021 1:00pm, by Zhihan Zhang
Pagination Previous Button
1 2 3 4 5 6 7 8
Pagination Next Button
Architecture
  • Cloud Native
  • Containers
  • Edge/IoT
  • Microservices
  • Networking
  • Serverless
  • Storage
Development
  • Cloud Services
  • Data
  • Development
  • Machine Learning
  • Security
Operations
  • CI/CD
  • Culture
  • DevOps
  • Kubernetes
  • Monitoring
  • Service Mesh
  • Tools
The New Stack
  • Ebooks
  • Podcasts
  • Events
  • Newsletter
  • About / Contact
  • Sponsors
  • Sponsorship
  • Disclosures
  • Contributions

© 2022 The New Stack. All rights reserved.

Privacy Policy. Terms of Use.