consul/website/pages/use-cases/network-middleware-automati...

14 lines
420 B
React
Raw Normal View History

2020-05-07 03:38:38 +00:00
import UseCaseLayout from '../../layouts/use-cases'
2020-05-07 04:40:49 +00:00
import TempUseCaseChildren from './_temp-children'
2020-05-07 03:38:38 +00:00
export default function NetworkMiddlewareAutomationPage() {
return (
<UseCaseLayout
title="Network Middleware Automation"
description="Use Service Discovery to automate updates to complex network load balancer and firewall platforms."
>
2020-05-07 04:40:49 +00:00
<TempUseCaseChildren />
2020-05-07 03:38:38 +00:00
</UseCaseLayout>
)
}