Browse Source

Consul on Kubernetes Learn Guide Links (#7642)

* Adding EKS Learn Guide to Docs
pull/7650/head
David Yu 5 years ago committed by GitHub
parent
commit
4bfaeb5cd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 19
      website/source/docs/platform/k8s/eks.html.md
  2. 5
      website/source/docs/platform/k8s/index.html.md
  3. 3
      website/source/layouts/docs.erb

19
website/source/docs/platform/k8s/eks.html.md

@ -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.

5
website/source/docs/platform/k8s/index.html.md

@ -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.

3
website/source/layouts/docs.erb

@ -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>

Loading…
Cancel
Save