mirror of https://github.com/status-im/consul.git
Apply suggestions from code review
Co-authored-by: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com>
This commit is contained in:
parent
ff80779d4b
commit
6be5970217
|
@ -2,13 +2,13 @@
|
|||
layout: docs
|
||||
page_title: What is a service mesh?
|
||||
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.
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
## Benefits of a Service Mesh
|
||||
|
|
Loading…
Reference in New Issue