diff --git a/website/content/docs/intro/usecases/what-is-service-discovery.mdx b/website/content/docs/intro/usecases/what-is-service-discovery.mdx index 655ff99faa..b894853b75 100644 --- a/website/content/docs/intro/usecases/what-is-service-discovery.mdx +++ b/website/content/docs/intro/usecases/what-is-service-discovery.mdx @@ -42,7 +42,7 @@ The service catalog is dynamically updated as new instances of the service are a In a microservices application, the set of active service instances changes frequently across a large, dynamic environment. These service instances rely on a service catalog to retrieve the most up-to-date access information from the respective services. A reliable service catalog is especially important for service discovery in microservices to ensure healthy, scalable, and highly responsive application operation. -## What are the two Main Types of Service Discovery? +## What are the two main types of service discovery? There are two main service‑discovery patterns: _client-side_ discovery and _server-side_ discovery. @@ -85,7 +85,7 @@ You can use Consul with virtual machines (VMs), containers, serverless technolog Consul is available as a [self-managed](/downloads) project or as a fully managed service mesh solution ([HCP Consul](https://portal.cloud.hashicorp.com/sign-in?utm_source=consul_docs)). HCP Consul enables users to discover and securely connect services without the added operational burden of maintaining a service mesh on their own. -## Next +## Next steps Get started with service discovery today by leveraging Consul on HCP, Consul on Kubernetes, or Consul on VMs. Prepare your organization for the future of multi-cloud and embrace a [zero-trust](https://www.hashicorp.com/solutions/zero-trust-security) architecture. diff --git a/website/data/docs-nav-data.json b/website/data/docs-nav-data.json index 3ef7619d87..126cf11b8d 100644 --- a/website/data/docs-nav-data.json +++ b/website/data/docs-nav-data.json @@ -15,7 +15,7 @@ "hidden": true }, { - "title": "What is Service Discovery?", + "title": "Service Discovery", "path": "intro/usecases/what-is-service-discovery" }, {