Skip to content

Commit 248c933

Browse files
Added docs link to Learn tutorial for Kind. (hashicorp#8610)
1 parent 6be04a2 commit 248c933

File tree

2 files changed

+18
-12
lines changed

2 files changed

+18
-12
lines changed

README.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ Consul provides several key features:
1010

1111
* **Multi-Datacenter** - Consul is built to be datacenter aware, and can
1212
support any number of regions without complex configuration.
13-
13+
1414
* **Service Mesh/Service Segmentation** - Consul Connect enables secure service-to-service
15-
communication with automatic TLS encryption and identity-based authorization. Applications
16-
can use sidecar proxies in a service mesh configuration to establish TLS
17-
connections for inbound and outbound connections without being aware of Connect at all.
18-
15+
communication with automatic TLS encryption and identity-based authorization. Applications
16+
can use sidecar proxies in a service mesh configuration to establish TLS
17+
connections for inbound and outbound connections without being aware of Connect at all.
18+
1919
* **Service Discovery** - Consul makes it simple for services to register
2020
themselves and to discover other services via a DNS or HTTP interface.
2121
External services such as SaaS providers can be registered as well.
@@ -41,9 +41,10 @@ contacting us at [email protected].
4141

4242
A few quick start guides are available on the Consul website:
4343

44-
* **Standalone binary install:** https://learn.hashicorp.com/consul/getting-started/install
45-
* **Minikube install:** https://learn.hashicorp.com/consul/kubernetes/minikube
46-
* **Kubernetes install:** https://learn.hashicorp.com/consul/kubernetes/kubernetes-deployment-guide
44+
* **Standalone binary install:** https://learn.hashicorp.com/tutorials/consul/get-started-install
45+
* **Minikube install:** https://learn.hashicorp.com/tutorials/consul/kubernetes-minikube
46+
* **Kind install:** https://learn.hashicorp.com/tutorials/consul/kubernetes-kind
47+
* **Kubernetes install:** https://learn.hashicorp.com/tutorials/consul/kubernetes-deployment-guide
4748

4849
## Documentation
4950

website/data/docs-navigation.js

+9-4
Original file line numberDiff line numberDiff line change
@@ -103,22 +103,27 @@ export default [
103103
{
104104
title: 'Minikube',
105105
href:
106-
'https://learn.hashicorp.com/consul/kubernetes/minikube?utm_source=consul.io&utm_medium=docs&utm_content=k8s&utm_term=mk',
106+
'https://learn.hashicorp.com/tutorials/consul/kubernetes-minikube?utm_source=consul.io&utm_medium=docs&utm_content=k8s&utm_term=mk',
107+
},
108+
{
109+
title: 'Kind',
110+
href:
111+
'https://learn.hashicorp.com/tutorials/consul/kubernetes-kind?utm_source=consul.io&utm_medium=docs&utm_content=k8s&utm_term=mk',
107112
},
108113
{
109114
title: 'AKS (Azure)',
110115
href:
111-
'https://learn.hashicorp.com/consul/kubernetes/azure-k8s?utm_source=consul.io&utm_medium=docs&utm_content=k8s&utm_term=aks',
116+
'https://learn.hashicorp.com/tutorials/consul/kubernetes-aks-azure?utm_source=consul.io&utm_medium=docs&utm_content=k8s&utm_term=aks',
112117
},
113118
{
114119
title: 'EKS (AWS)',
115120
href:
116-
'https://learn.hashicorp.com/consul/kubernetes/aws-k8s?utm_source=consul.io&utm_medium=docs&utm_content=k8s&utm_term=eks',
121+
'https://learn.hashicorp.com/tutorials/consul/kubernetes-eks-aws?utm_source=consul.io&utm_medium=docs&utm_content=k8s&utm_term=eks',
117122
},
118123
{
119124
title: 'GKE (Google Cloud)',
120125
href:
121-
'https://learn.hashicorp.com/consul/kubernetes/google-cloud-k8s?utm_source=consul.io&utm_medium=docs&utm_content=k8s&utm_term=gke',
126+
'https://learn.hashicorp.com/tutorials/consul/kubernetes-gke-google?utm_source=consul.io&utm_medium=docs&utm_content=k8s&utm_term=gke',
122127
},
123128
'self-hosted-kubernetes',
124129
],

0 commit comments

Comments
 (0)