Apply suggestions from code review

Co-authored-by: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com>
This commit is contained in:
mrspanishviking 2022-02-01 15:18:47 -07:00 committed by GitHub
parent ff80779d4b
commit 6be5970217
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
layout: docs layout: docs
page_title: What is a service mesh? page_title: What is a service mesh?
description: >- description: >-
Learn what a service mesh is, it's benefits, and how it works. Learn what a service mesh is, its benefits, and how it works.
A service mesh can solve many of the modern challenges that exist in multi-platform and multi-cloud application architectures, ranging from security to application resiliency. A service mesh can solve many of the modern challenges that exist in multi-platform and multi-cloud application architectures, ranging from security to application resiliency.
--- ---
# What is a Service Mesh? # What is a Service Mesh?
A _service mesh_ is a dedicated network layer that provides secure service-to-service communication for on-prem, cloud, or multi-cloud infrastructure. A _service mesh_ is a dedicated network layer that provides secure service-to-service communication within and across infrastructure, including on-premises and cloud environments.
Service meshes are often used with a microservice architectural pattern, but can provide value in any scenario where complex networking is involved. Service meshes are often used with a microservice architectural pattern, but can provide value in any scenario where complex networking is involved.
## Benefits of a Service Mesh ## Benefits of a Service Mesh