Apply suggestions from code review

Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
This commit is contained in:
Eddie Rowe 2022-08-08 17:00:28 -05:00 committed by GitHub
parent bcad9e8fce
commit cfd3e87dde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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 servicediscovery 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.

View File

@ -15,7 +15,7 @@
"hidden": true
},
{
"title": "What is Service Discovery?",
"title": "Service Discovery",
"path": "intro/usecases/what-is-service-discovery"
},
{