Added docs link to Learn tutorial for Kind. (#8610)
This commit is contained in:
parent
ee41b2f338
commit
d170f17951
17
README.md
17
README.md
|
@ -10,12 +10,12 @@ Consul provides several key features:
|
|||
|
||||
* **Multi-Datacenter** - Consul is built to be datacenter aware, and can
|
||||
support any number of regions without complex configuration.
|
||||
|
||||
|
||||
* **Service Mesh/Service Segmentation** - Consul Connect enables secure service-to-service
|
||||
communication with automatic TLS encryption and identity-based authorization. Applications
|
||||
can use sidecar proxies in a service mesh configuration to establish TLS
|
||||
connections for inbound and outbound connections without being aware of Connect at all.
|
||||
|
||||
communication with automatic TLS encryption and identity-based authorization. Applications
|
||||
can use sidecar proxies in a service mesh configuration to establish TLS
|
||||
connections for inbound and outbound connections without being aware of Connect at all.
|
||||
|
||||
* **Service Discovery** - Consul makes it simple for services to register
|
||||
themselves and to discover other services via a DNS or HTTP interface.
|
||||
External services such as SaaS providers can be registered as well.
|
||||
|
@ -41,9 +41,10 @@ contacting us at security@hashicorp.com.
|
|||
|
||||
A few quick start guides are available on the Consul website:
|
||||
|
||||
* **Standalone binary install:** https://learn.hashicorp.com/consul/getting-started/install
|
||||
* **Minikube install:** https://learn.hashicorp.com/consul/kubernetes/minikube
|
||||
* **Kubernetes install:** https://learn.hashicorp.com/consul/kubernetes/kubernetes-deployment-guide
|
||||
* **Standalone binary install:** https://learn.hashicorp.com/tutorials/consul/get-started-install
|
||||
* **Minikube install:** https://learn.hashicorp.com/tutorials/consul/kubernetes-minikube
|
||||
* **Kind install:** https://learn.hashicorp.com/tutorials/consul/kubernetes-kind
|
||||
* **Kubernetes install:** https://learn.hashicorp.com/tutorials/consul/kubernetes-deployment-guide
|
||||
|
||||
## Documentation
|
||||
|
||||
|
|
|
@ -103,22 +103,27 @@ export default [
|
|||
{
|
||||
title: 'Minikube',
|
||||
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)',
|
||||
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)',
|
||||
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)',
|
||||
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',
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue