Update service discovery description

This commit is contained in:
Brandon Romano 2020-05-13 01:44:54 -07:00
parent aa648cb47e
commit 455c58395f
1 changed files with 1 additions and 1 deletions

View File

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