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={[
|
||||
{
|
||||
icon: require('./img/kubernetes/logo.svg?include'),
|
||||
title: 'Consul for Kubernetes',
|
||||
title: 'Consul on Kubernetes',
|
||||
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.',
|
||||
eyebrow: 'Tutorial',
|
||||
link: {
|
||||
text: 'Get Started with Consul on Kubernetes',
|
||||
url:
|
||||
'https://learn.hashicorp.com/tutorials/consul/kubernetes-custom-resource-definitions?in=consul/kubernetes',
|
||||
text: 'Learn more',
|
||||
url: '/consul-on-kubernetes',
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue