mirror of https://github.com/hashicorp/consul
refactor get started links to new tutorial (#10066)
parent
0a6d439dbb
commit
b6e29a07ab
|
@ -20,7 +20,7 @@ To learn more about the general architecture of Consul on Kubernetes, scroll
|
||||||
down to the [architecture](/docs/k8s/installation/install#architecture) section.
|
down to the [architecture](/docs/k8s/installation/install#architecture) section.
|
||||||
If you would like to get hands-on experience testing Consul as a service mesh
|
If you would like to get hands-on experience testing Consul as a service mesh
|
||||||
for Kubernetes, check the guides in the [Getting Started with Consul service
|
for Kubernetes, check the guides in the [Getting Started with Consul service
|
||||||
mesh](https://learn.hashicorp.com/consul/gs-consul-service-mesh/understand-consul-service-mesh?utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS) track.
|
mesh](https://learn.hashicorp.com/tutorials/consul/service-mesh-deploy?utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS) track.
|
||||||
|
|
||||||
## Helm Chart Installation
|
## Helm Chart Installation
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ export default function HomePage() {
|
||||||
link: {
|
link: {
|
||||||
text: 'Get started',
|
text: 'Get started',
|
||||||
url:
|
url:
|
||||||
'https://learn.hashicorp.com/collections/consul/gs-consul-service-mesh',
|
'https://learn.hashicorp.com/tutorials/consul/service-mesh-deploy?utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -113,7 +113,7 @@ export default function HomePage() {
|
||||||
type: 'inbound',
|
type: 'inbound',
|
||||||
text: 'Learn more',
|
text: 'Learn more',
|
||||||
url:
|
url:
|
||||||
'https://learn.hashicorp.com/collections/consul/gs-consul-service-mesh',
|
'https://learn.hashicorp.com/tutorials/consul/service-mesh-deploy?utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|
|
@ -6,7 +6,7 @@ export default function MultiPlatformServiceMeshPage() {
|
||||||
<UseCaseLayout
|
<UseCaseLayout
|
||||||
title="Multi-Platform Service Mesh"
|
title="Multi-Platform Service Mesh"
|
||||||
description="Create a consistent platform for modern 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."
|
||||||
guideLink="https://learn.hashicorp.com/consul/gs-consul-service-mesh/understand-consul-service-mesh"
|
guideLink="https://learn.hashicorp.com/tutorials/consul/service-mesh-deploy?utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS"
|
||||||
>
|
>
|
||||||
<TextSplitWithImage
|
<TextSplitWithImage
|
||||||
textSplit={{
|
textSplit={{
|
||||||
|
|
Loading…
Reference in New Issue