Consul on Kubernetes Learn Guide Links (#7642)

* Adding EKS Learn Guide to Docs
This commit is contained in:
David Yu 2020-04-14 07:53:17 -07:00 committed by GitHub
parent 0ab9aa9489
commit 8d76671947
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 26 additions and 1 deletions

View File

@ -0,0 +1,19 @@
---
layout: "docs"
page_title: "Running Consul on Amazon EKS"
sidebar_current: "docs-platform-k8s-run-eks"
description: |-
Consul can run directly on Amazon Elastic Kubernetes Service (EKS).
---
# Consul on Amazon Elastic Kubernetes Service
Consul can run directly on Amazon Elastic Kubernetes Service (EKS). To get hands-on experience, you can use the [Deploy Consul with Kubernetes on Amazon EKS](https://learn.hashicorp.com/consul/kubernetes/aws-k8s?utm_source=consul.io&utm_medium=docs&utm_content=k8s&utm_term=eks) guide.
The Learn guide includes:
- EKS configuration recommendations
- How to install Consul on Amazon EKS with the official Helm chart
- Accessing Consul with the Consul UI, CLI, and API.
You will need a Amazon Web Services account to complete this guide.

View File

@ -56,8 +56,11 @@ Guides
consul/getting-started-k8s/minikube?utm_source=consul.io&utm_medium=docs)
walks you through deploying Consul on Kubernetes with the official Helm chart and can be applied to any Kubernetes installation type.
- The [Kubernetes on Azure guide](https://learn.hashicorp.com/consul/
- Review production best practices and cloud-specific configurations for deploying Consul on managed Kubernetes runtimes.
- The [Kubernetes on Azure (AKS) guide](https://learn.hashicorp.com/consul/
getting-started-k8s/azure-k8s?utm_source=consul.io&utm_medium=docs) is a complete walk through on how to deploy Consul on AKS.
- The [Kubernetes on AWS (EKS) guide](https://learn.hashicorp.com/consul/kubernetes/aws-k8s?utm_source=consul.io&utm_medium=docs) is a complete walk through on how to deploy Consul on EKS.
- The [Kubernetes on Google Cloud (GKE) guide](https://learn.hashicorp.com/consul/kubernetes/google-cloud-k8s?utm_source=consul.io&utm_medium=docs) is a complete walk through on how to deploy Consul on GKE.
- The [Consul and Kubernetes Reference Architecture](
https://learn.hashicorp.com/consul/day-1-operations/kubernetes-reference?utm_source=consul.io&utm_medium=docs) guide provides recommended practices for production.

View File

@ -604,6 +604,9 @@
<li<%= sidebar_current("docs-platform-k8s-run-aks") %>>
<a href="/docs/platform/k8s/aks.html">Azure Kubernetes Service (AKS)</a>
</li>
<li<%= sidebar_current("docs-platform-k8s-run-gke") %>>
<a href="/docs/platform/k8s/eks.html">Amazon Elastic Kubernetes Service (EKS)</a>
</li>
<li<%= sidebar_current("docs-platform-k8s-run-gke") %>>
<a href="/docs/platform/k8s/gke.html">Google Kubernetes Service (GKE)</a>
</li>