Browse Source

Update service discovery description

pull/7883/head
Brandon Romano 5 years ago
parent
commit
ecbedd5109
  1. 2
      website/pages/use-cases/service-discovery-and-health-checking.jsx

2
website/pages/use-cases/service-discovery-and-health-checking.jsx

@ -5,7 +5,7 @@ export default function ServiceDiscoveryAndHealthCheckingPage() {
return (
<UseCaseLayout
title="Service Discovery and Health Checking"
description="Service registry, integrated health checks, and DNS and HTTP interfaces enable any service to discover and be discovered by other services"
description="Discover, Register and Resolve services for application workloads across any cloud. Automatically add and remove services based on health checking."
>
<TempUseCaseChildren />
</UseCaseLayout>

Loading…
Cancel
Save