Go to file
Jeff Boruszak dee481062d
docs: Updates to support HCP Consul cluster peering release (#16774)
* New HCP Consul documentation section + links

* Establish cluster peering usage cross-link

* unrelated fix to backport to v1.15

* nav correction + fixes

* Tech specs fixes

* specifications for headers

* Tech specs fixes + alignments

* sprawl edits

* Tip -> note
2023-03-29 09:27:41 -07:00
.changelog Update normalization of route refs (#16789) 2023-03-28 11:23:49 -04:00
.circleci RELENG-471: Remove obsolete load-test workflow (#16737) 2023-03-24 11:27:10 -06:00
.github Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
.release Remove version bump from CRT workflow (#16728) 2023-03-23 11:21:27 -05:00
acl Add copyright headers for acl, api and bench folders (#16706) 2023-03-28 16:12:41 -04:00
agent Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
api fix: export ReadWriteRatesConfig struct as it needs to referenced from consul-k8s (#16766) 2023-03-29 09:54:59 -04:00
bench Gets benchmarks running again and does a rough pass for 0.7.1. 2016-11-29 13:02:26 -08:00
build-support Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
command Copyright headers for command folder (#16705) 2023-03-28 15:12:30 -04:00
connect Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
contributing Move contributing to docs 2021-08-30 16:17:09 -04:00
docs NET-2397: Add readme.md to upgrade test subdirectory (#16610) 2023-03-20 14:26:43 -04:00
envoyextensions Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
grafana add readme outlining how to edit and publish 2021-01-12 14:47:11 -08:00
internal Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
ipaddr Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
lib Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
logging Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
proto Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
proto-public Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
sdk Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
sentinel Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
service_os Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
snapshot Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
test Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
testrpc Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
tlsutil Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
tools/internal-grpc-proxy Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
troubleshoot Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
types Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
ui Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
version Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
website docs: Updates to support HCP Consul cluster peering release (#16774) 2023-03-29 09:27:41 -07:00
.copywrite.hcl Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
.dockerignore Update the scripting 2018-06-14 21:42:47 -04:00
.gitattributes Initial commit 2013-11-04 14:15:27 -08:00
.gitignore grpc: `protoc` plugin for generating gRPC rate limit specifications (#15564) 2023-01-04 16:07:02 +00:00
.golangci.yml Add copyright headers for acl, api and bench folders (#16706) 2023-03-28 16:12:41 -04:00
CHANGELOG.md Update changelog with patch releases (#16576) 2023-03-08 19:32:22 +00:00
Dockerfile Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
GNUmakefile Protobuf Refactoring for Multi-Module Cleanliness (#16302) 2023-02-17 16:14:46 -05:00
LICENSE [COMPLIANCE] Update MPL-2.0 LICENSE (#14964) 2022-11-09 12:24:14 -06:00
NOTICE.md add copyright notice file 2018-07-09 10:58:26 -07:00
README.md Fixed broken links referring to tutorials running as local agent (#14954) 2022-10-11 13:01:29 -07:00
buf.work.yaml Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
fixup_acl_move.sh Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
go.mod Snapshot restore tests (#16647) 2023-03-18 14:43:22 -06:00
go.sum Snapshot restore tests (#16647) 2023-03-18 14:43:22 -06:00
main.go Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00

README.md

Consul logo Consul

Docker Pulls Go Report Card

Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.

Consul provides several key features:

  • Multi-Datacenter - Consul is built to be datacenter aware, and can support any number of regions without complex configuration.

  • Service Mesh - Consul Service Mesh enables secure service-to-service communication with automatic TLS encryption and identity-based authorization. Applications can use sidecar proxies in a service mesh configuration to establish TLS connections for inbound and outbound connections with Transparent Proxy.

  • Service Discovery - Consul makes it simple for services to register themselves and to discover other services via a DNS or HTTP interface. External services such as SaaS providers can be registered as well.

  • Health Checking - Health Checking enables Consul to quickly alert operators about any issues in a cluster. The integration with service discovery prevents routing traffic to unhealthy hosts and enables service level circuit breakers.

  • Key/Value Storage - A flexible key/value store enables storing dynamic configuration, feature flagging, coordination, leader election and more. The simple HTTP API makes it easy to use anywhere.

Consul runs on Linux, macOS, FreeBSD, Solaris, and Windows and includes an optional browser based UI. A commercial version called Consul Enterprise is also available.

Please note: We take Consul's security and our users' trust very seriously. If you believe you have found a security issue in Consul, please responsibly disclose by contacting us at security@hashicorp.com.

Quick Start

A few quick start guides are available on the Consul website:

Documentation

Full, comprehensive documentation is available on the Consul website: https://consul.io/docs

Contributing

Thank you for your interest in contributing! Please refer to CONTRIBUTING.md for guidance. For contributions specifically to the browser based UI, please refer to the UI's README.md for guidance.