mirror of https://github.com/status-im/consul.git
Apply suggestions from code review
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
This commit is contained in:
parent
bcad9e8fce
commit
cfd3e87dde
|
@ -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.
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"hidden": true
|
||||
},
|
||||
{
|
||||
"title": "What is Service Discovery?",
|
||||
"title": "Service Discovery",
|
||||
"path": "intro/usecases/what-is-service-discovery"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue