Added docs link to Learn tutorial for Kind. (#8610)
This commit is contained in:
parent
ee41b2f338
commit
d170f17951
|
@ -41,9 +41,10 @@ contacting us at security@hashicorp.com.
|
||||||
|
|
||||||
A few quick start guides are available on the Consul website:
|
A few quick start guides are available on the Consul website:
|
||||||
|
|
||||||
* **Standalone binary install:** https://learn.hashicorp.com/consul/getting-started/install
|
* **Standalone binary install:** https://learn.hashicorp.com/tutorials/consul/get-started-install
|
||||||
* **Minikube install:** https://learn.hashicorp.com/consul/kubernetes/minikube
|
* **Minikube install:** https://learn.hashicorp.com/tutorials/consul/kubernetes-minikube
|
||||||
* **Kubernetes install:** https://learn.hashicorp.com/consul/kubernetes/kubernetes-deployment-guide
|
* **Kind install:** https://learn.hashicorp.com/tutorials/consul/kubernetes-kind
|
||||||
|
* **Kubernetes install:** https://learn.hashicorp.com/tutorials/consul/kubernetes-deployment-guide
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
|
|
|
@ -103,22 +103,27 @@ export default [
|
||||||
{
|
{
|
||||||
title: 'Minikube',
|
title: 'Minikube',
|
||||||
href:
|
href:
|
||||||
'https://learn.hashicorp.com/consul/kubernetes/minikube?utm_source=consul.io&utm_medium=docs&utm_content=k8s&utm_term=mk',
|
'https://learn.hashicorp.com/tutorials/consul/kubernetes-minikube?utm_source=consul.io&utm_medium=docs&utm_content=k8s&utm_term=mk',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Kind',
|
||||||
|
href:
|
||||||
|
'https://learn.hashicorp.com/tutorials/consul/kubernetes-kind?utm_source=consul.io&utm_medium=docs&utm_content=k8s&utm_term=mk',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'AKS (Azure)',
|
title: 'AKS (Azure)',
|
||||||
href:
|
href:
|
||||||
'https://learn.hashicorp.com/consul/kubernetes/azure-k8s?utm_source=consul.io&utm_medium=docs&utm_content=k8s&utm_term=aks',
|
'https://learn.hashicorp.com/tutorials/consul/kubernetes-aks-azure?utm_source=consul.io&utm_medium=docs&utm_content=k8s&utm_term=aks',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'EKS (AWS)',
|
title: 'EKS (AWS)',
|
||||||
href:
|
href:
|
||||||
'https://learn.hashicorp.com/consul/kubernetes/aws-k8s?utm_source=consul.io&utm_medium=docs&utm_content=k8s&utm_term=eks',
|
'https://learn.hashicorp.com/tutorials/consul/kubernetes-eks-aws?utm_source=consul.io&utm_medium=docs&utm_content=k8s&utm_term=eks',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'GKE (Google Cloud)',
|
title: 'GKE (Google Cloud)',
|
||||||
href:
|
href:
|
||||||
'https://learn.hashicorp.com/consul/kubernetes/google-cloud-k8s?utm_source=consul.io&utm_medium=docs&utm_content=k8s&utm_term=gke',
|
'https://learn.hashicorp.com/tutorials/consul/kubernetes-gke-google?utm_source=consul.io&utm_medium=docs&utm_content=k8s&utm_term=gke',
|
||||||
},
|
},
|
||||||
'self-hosted-kubernetes',
|
'self-hosted-kubernetes',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue