@ -6,13 +6,13 @@ export default function MultiPlatformServiceMeshPage() {
return(
<UseCaseLayout
title="Multi-Platform Service Mesh"
description="Establish a service mesh between multiple runtime and cloud environments. Create a consistent platform for application networking and security with identity based authorization, L7 traffic management, and service-to-service encryption."
description="Create a consistent platform for modern application networking and security with identity based authorization, L7 traffic management, and service-to-service encryption."
>
<TextSplitWithImage
textSplit={{
heading:'Multi-Datacenter, Multi-Region',
content:
'Federate consul between multiple clusters and environments creating a global service mesh. Consistently apply policies and security across platforms.',
'Federate Consul between multiple clusters and environments creating a global service mesh. Consistently apply policies and security across platforms.',
textSide:'right',
links:[
{
@ -141,7 +141,7 @@ Splits = [
textSplit={{
heading:'Scale to Enterprise',
content:
'Enterprise addresses solutions for operating Consul at enterprise scale both from an environmental complexity perspective as well as a resilience perspective.',
'Consul addresses the challenge of running a service mesh at enterprise scale from both an environmental complexity and resiliency perspective.',
@ -5,7 +5,7 @@ export default function NetworkMiddlewareAutomationPage() {
return(
<UseCaseLayout
title="Network Middleware Automation"
description="Reduce time to deploy and eliminate manual processes by automating complex networking tasks. Developers can rollout new services, scale up and down, and gracefully handle failure without operator intervention."
description="Reduce the time to deploy applications and eliminate manual processes by automating complex networking tasks. Enable operators to easily deploy, manage and optimize network middleware."
>
<TextSplitWithImage
textSplit={{
@ -62,7 +62,7 @@ export default function NetworkMiddlewareAutomationPage() {