[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:
parent
f072b465de
commit
119cb6dd86
|
@ -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.
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue