From 9c5de92d9f642858992667fa2391d35fea8fb477 Mon Sep 17 00:00:00 2001 From: boruszak Date: Tue, 13 Sep 2022 15:00:43 -0500 Subject: [PATCH] /docs/concepts --- website/content/docs/concepts/service-discovery.mdx | 5 ++--- website/content/docs/concepts/service-mesh.mdx | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/website/content/docs/concepts/service-discovery.mdx b/website/content/docs/concepts/service-discovery.mdx index 4038ecce45..4174a277fb 100644 --- a/website/content/docs/concepts/service-discovery.mdx +++ b/website/content/docs/concepts/service-discovery.mdx @@ -1,9 +1,8 @@ --- layout: docs -page_title: Service Discovery +page_title: Service Discovery Explained description: >- - Learn what service discovery is, its benefits, 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. +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. --- # What is service discovery? diff --git a/website/content/docs/concepts/service-mesh.mdx b/website/content/docs/concepts/service-mesh.mdx index 63a49550dd..97f2dcf196 100644 --- a/website/content/docs/concepts/service-mesh.mdx +++ b/website/content/docs/concepts/service-mesh.mdx @@ -1,9 +1,8 @@ --- layout: docs -page_title: Service Mesh +page_title: Service Mesh Explained description: >- - 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. +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. --- # What is a service mesh?