Consul on Kuberntes Link (#11265)

* Add linke to consul on kubernetes page in homepage

* Remove eyebrow
pull/11266/head
Pamela Bortnick 3 years ago committed by GitHub
parent d420015c3c
commit 73730d356c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -136,14 +136,12 @@ export default function HomePage({ serviceMeshIngressGatewayCode }) {
callouts={[ callouts={[
{ {
icon: require('./img/kubernetes/logo.svg?include'), icon: require('./img/kubernetes/logo.svg?include'),
title: 'Consul for Kubernetes', title: 'Consul on Kubernetes',
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 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',
link: { link: {
text: 'Get Started with Consul on Kubernetes', text: 'Learn more',
url: url: '/consul-on-kubernetes',
'https://learn.hashicorp.com/tutorials/consul/kubernetes-custom-resource-definitions?in=consul/kubernetes',
}, },
}, },
{ {

Loading…
Cancel
Save