70c03e6ac4
* modify guide index to point to learn * adding to the redirects is a wip, updated the side navigation. * add tracks to list * Fixing redirects * Update website/source/docs/guides/index.html.md Co-Authored-By: judithpatudith <judith@hashicorp.com> * Update website/source/docs/guides/index.html.md Co-Authored-By: judithpatudith <judith@hashicorp.com> * Update website/source/docs/guides/index.html.md Co-Authored-By: judithpatudith <judith@hashicorp.com> * Update website/source/docs/guides/index.html.md Co-Authored-By: judithpatudith <judith@hashicorp.com> * finish out track listings * finishing redirects. * change advanced language to production, add relationship of guides and docs * Update website/source/redirects.txt Co-Authored-By: judithpatudith <judith@hashicorp.com>
37 lines
2.1 KiB
Markdown
37 lines
2.1 KiB
Markdown
---
|
|
layout: "docs"
|
|
page_title: "Guides"
|
|
sidebar_current: "docs-guides"
|
|
description: |-
|
|
This section provides various guides for common actions. Due to the nature of
|
|
Consul, some of these procedures can be complex, so our goal is to provide
|
|
guidance to do them safely.
|
|
---
|
|
|
|
# Consul Guides
|
|
|
|
~> The Consul guides have moved to the [HashiCorp Learn platform](https://learn.hashicorp.com/).
|
|
|
|
Guides are step by step command-line walkthroughs that demonstrate how to
|
|
perform common operations using Consul, and complement the feature-focused
|
|
Consul documentation. Guide content begins with getting-started tracks to help
|
|
new users learn the basics of Consul, and continues through production-playbook
|
|
tracks that cover topics like Day 1 and Day 2 operations, production
|
|
considerations, and recommendations for securing your Consul cluster.
|
|
|
|
You can work through the guides sequentially using the tracks, or just refer to
|
|
the material that is most relevant to you.
|
|
|
|
Tracks include:
|
|
|
|
- [Getting Started](https://learn.hashicorp.com/consul/?track=getting-started#getting-started)
|
|
- [Getting Started with Kubernetes](https://learn.hashicorp.com/consul/?track=getting-started-k8s#getting-started-k8s)
|
|
- [Day 1: Deploying Your First Datacenter](https://learn.hashicorp.com/consul/?track=datacenter-deploy#datacenter-deploy)
|
|
- [Day 1: Security and Network Operations](https://learn.hashicorp.com/consul/?track=security-networking#security-networking)
|
|
- [Day 1: Kubernetes Operations](https://learn.hashicorp.com/consul/?track=kubernetes#kubernetes)
|
|
- [Day 2: Advanced Operations and Maintenance](https://learn.hashicorp.com/consul/?track=day-2-operations#day-2-operations)
|
|
- [Development: Service Discovery](https://learn.hashicorp.com/consul/?track=developer-discovery#developer-discovery)
|
|
- [Development: Service Segmentation](https://learn.hashicorp.com/consul/?track=developer-segmentation#developer-segmentation)
|
|
- [Development: Service Configuration](https://learn.hashicorp.com/consul/?track=developer-configuration#developer-configuration)
|
|
- [Integrations](https://learn.hashicorp.com/consul/?track=integrations#integrations)
|