32 lines
1.3 KiB
Plaintext
Raw Normal View History

2014-02-07 16:41:03 -08:00
---
2020-04-07 14:55:19 -04:00
layout: intro
page_title: Next Steps
description: >-
That concludes the getting started guide for Consul. Hopefully you're able to
see that while Consul is simple to use, it has a powerful set of features.
We've covered the basics for all of these features in this guide.
2014-02-07 16:41:03 -08:00
---
# Next Steps
2014-04-10 19:27:48 -07:00
That concludes the getting started guide for Consul. Hopefully you're able to
see that while Consul is simple to use, it has a powerful set of features.
2014-04-14 14:08:42 -07:00
We've covered the basics for all of these features in this guide.
2014-02-07 16:41:03 -08:00
2014-04-10 19:27:48 -07:00
Consul is designed to be friendly to both the DevOps community and
application developers, making it perfect for modern, elastic infrastructures.
2014-02-07 16:41:03 -08:00
As a next step, the following resources are available:
2020-04-09 19:20:00 -04:00
- [Documentation](/docs) - The documentation is an in-depth reference
2014-04-10 19:27:48 -07:00
guide to all the features of Consul, including technical details about the
internals of how Consul operates.
2020-04-09 19:20:00 -04:00
- [Guides](/docs/guides) - This section provides various getting
2014-04-10 19:27:48 -07:00
started guides with Consul, including how to bootstrap a new datacenter.
2020-04-06 16:27:35 -04:00
- [Examples](https://github.com/hashicorp/consul/tree/master/demo) -
2014-04-14 14:08:42 -07:00
The work-in-progress examples folder within the GitHub
2014-04-10 19:27:48 -07:00
repository for Consul contains functional examples of various use cases
of Consul to help you get started with exactly what you need.