mirror of https://github.com/status-im/consul.git
Consul on Kuberntes Link (#11265)
* Add linke to consul on kubernetes page in homepage * Remove eyebrow
This commit is contained in:
parent
d420015c3c
commit
73730d356c
|
@ -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…
Reference in New Issue