[Docs] Launching K8s getting started path on Learn (#5511)

* Moving Minikube guide.

* Update website/source/layouts/docs.erb

Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>

* Update website/source/docs/guides/index.html.md

Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
This commit is contained in:
kaitlincarter-hc 2019-03-25 12:12:07 -05:00 committed by GitHub
parent f072b465de
commit 119cb6dd86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ The following guides are available:
* [Geo Failover](/docs/guides/geo-failover.html) - This guide covers using [prepared queries](/api/query.html) to implement geo failover for services.
* [Minikube with Consul](/docs/guides/minikube.html) - In this guide, you'll start a local Kubernetes cluster with minikube, install Consul,and then deploy two custom services.
* [Minikube with Consul](https://learn.hashicorp.com/consul/getting-started-k8s/minikube/) - In this guide, you'll start a local Kubernetes cluster with minikube, install Consul,and then deploy two custom services.
* [Leader Election](/docs/guides/leader-election.html) - The goal of this guide is to cover how to build client-side leader election using Consul.

View File

@ -469,7 +469,7 @@
<a href="/docs/guides/leader-election.html">Leader Election</a>
</li>
<li<%= sidebar_current("docs-guides-minikube") %>>
<a href="/docs/guides/minikube.html">Minikube with Consul</a>
<a href="https://learn.hashicorp.com/consul/getting-started-k8s/minikube/">Minikube with Consul</a>
</li>
<li<%= sidebar_current("docs-guides-monitoring-telegraf") %>>
<a href="/docs/guides/monitoring-telegraf.html">Monitoring Consul with Telegraf</a>