mirror of https://github.com/status-im/consul.git
/docs/concepts
This commit is contained in:
parent
a95a7ec40f
commit
9c5de92d9f
|
@ -1,9 +1,8 @@
|
||||||
---
|
---
|
||||||
layout: docs
|
layout: docs
|
||||||
page_title: Service Discovery
|
page_title: Service Discovery Explained
|
||||||
description: >-
|
description: >-
|
||||||
Learn what service discovery is, its benefits, and how it works.
|
Service discovery dynamically catalogs microservices with DNS to help you discover, track, and monitor service instances on your network. Learn about the benefits of service discovery and how it works.
|
||||||
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 service discovery?
|
# What is service discovery?
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
---
|
---
|
||||||
layout: docs
|
layout: docs
|
||||||
page_title: Service Mesh
|
page_title: Service Mesh Explained
|
||||||
description: >-
|
description: >-
|
||||||
Learn what a service mesh is, its benefits, and how it works.
|
Service mesh is a dedicated network layer for secure microservice communication. Learn about its benefits and how to solve challenges in hybrid and multicloud environments with Consul’s service mesh.
|
||||||
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?
|
||||||
|
|
Loading…
Reference in New Issue