mirror of https://github.com/hashicorp/consul
Final content tweaks
parent
bf37b698b2
commit
7567188cc0
Binary file not shown.
After Width: | Height: | Size: 94 KiB |
|
@ -6,13 +6,13 @@ export default function MultiPlatformServiceMeshPage() {
|
||||||
return (
|
return (
|
||||||
<UseCaseLayout
|
<UseCaseLayout
|
||||||
title="Multi-Platform Service Mesh"
|
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
|
<TextSplitWithImage
|
||||||
textSplit={{
|
textSplit={{
|
||||||
heading: 'Multi-Datacenter, Multi-Region',
|
heading: 'Multi-Datacenter, Multi-Region',
|
||||||
content:
|
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',
|
textSide: 'right',
|
||||||
links: [
|
links: [
|
||||||
{
|
{
|
||||||
|
@ -141,7 +141,7 @@ Splits = [
|
||||||
textSplit={{
|
textSplit={{
|
||||||
heading: 'Scale to Enterprise',
|
heading: 'Scale to Enterprise',
|
||||||
content:
|
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.',
|
||||||
textSide: 'left',
|
textSide: 'left',
|
||||||
links: [
|
links: [
|
||||||
{
|
{
|
||||||
|
|
|
@ -5,7 +5,7 @@ export default function NetworkMiddlewareAutomationPage() {
|
||||||
return (
|
return (
|
||||||
<UseCaseLayout
|
<UseCaseLayout
|
||||||
title="Network Middleware Automation"
|
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
|
<TextSplitWithImage
|
||||||
textSplit={{
|
textSplit={{
|
||||||
|
@ -62,7 +62,7 @@ export default function NetworkMiddlewareAutomationPage() {
|
||||||
],
|
],
|
||||||
}}
|
}}
|
||||||
image={{
|
image={{
|
||||||
url: require('./img/ecosystem.svg?url'),
|
url: require('./img/flexible-architecture.png?url'),
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue