Browse Source

Adding ECS copy and other edits

Updated the descriptions to match the right tiles and added a new alert for ECS integration
pull/10366/head
Peter M 4 years ago committed by GitHub
parent
commit
0f90bdcf50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      website/pages/home/index.jsx

10
website/pages/home/index.jsx

@ -13,6 +13,12 @@ export default function HomePage({ serviceMeshIngressGatewayCode }) {
return ( return (
<div className="p-home"> <div className="p-home">
<HomepageHero <HomepageHero
alert={{
url:
'https://www.consul.io/docs/ecs',
text: 'Consul service mesh on Amazon ECS',
tag: 'Tech Preview',
}}
title="Service Mesh for any runtime or cloud" title="Service Mesh for any runtime or cloud"
description="Consul automates networking for simple and secure application delivery." description="Consul automates networking for simple and secure application delivery."
links={[ links={[
@ -145,7 +151,7 @@ export default function HomePage({ serviceMeshIngressGatewayCode }) {
icon: require('./img/kubernetes/logo.svg?include'), icon: require('./img/kubernetes/logo.svg?include'),
title: 'Consul for Kubernetes', title: 'Consul for Kubernetes',
description: description:
"Consul service mesh secures service to service communication in any environment. Not using service mesh? Consul's service discovery and network infrastructure automation capabilities can help solve any service networking challenge.", "Consul service mesh works on any Kubernetes distribution, connects multiple clusters, and supports VM-based applications. Consul CRDs provide a self-service, Kubernetes native workflow to manage traffic patterns and permissions in the mesh.",
eyebrow: 'Tutorial', eyebrow: 'Tutorial',
link: { link: {
text: 'Get Started with Consul on Kubernetes', text: 'Get Started with Consul on Kubernetes',
@ -157,7 +163,7 @@ export default function HomePage({ serviceMeshIngressGatewayCode }) {
icon: require('./img/kubernetes/communication-arrows.svg?include'), icon: require('./img/kubernetes/communication-arrows.svg?include'),
title: 'Consul for Everything Else', title: 'Consul for Everything Else',
description: description:
'Consul service mesh works on any Kubernetes distribution, connects multiple clusters, and supports VM-based applications. Consul CRDs provide a self-service, Kubernetes native workflow to manage traffic patterns and permissions in the mesh.', "Consul service mesh support multiple orchestrators, like Nomad and Amazon ECS. Not using service mesh? Consul's service discovery and network infrastructure automation capabilities can help solve any service networking challenge.",
eyebrow: 'Tutorial', eyebrow: 'Tutorial',
link: { link: {
text: 'Get Started with Service Mesh on VMs', text: 'Get Started with Service Mesh on VMs',

Loading…
Cancel
Save