Go to file
Dan Upton 52ce151221
Raft storage backend (#16619)
2023-04-04 17:30:06 +01:00
.changelog Allow dialer to re-establish terminated peering (#16776) 2023-04-03 12:07:45 -06:00
.circleci RELENG-471: Remove obsolete load-test workflow (#16737) 2023-03-24 11:27:10 -06:00
.github ci: increase deep-copy and lint-enum jobs to use large runner as they hang in ENT (#16866) 2023-04-04 09:15:45 -06: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 Raft storage backend (#16619) 2023-04-04 17:30:06 +01:00
api add region field (#16825) 2023-03-31 12:05:47 -07: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 Raft storage backend (#16619) 2023-04-04 17:30:06 +01: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 docs: add envoy to the proxycfg diagram (#16834) 2023-04-04 09:42:42 -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 Raft storage backend (#16619) 2023-04-04 17:30:06 +01: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 Raft storage backend (#16619) 2023-04-04 17:30:06 +01: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 port ENT upgrade tests flattening (#16824) 2023-03-30 13:07:16 -07: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 Remove UI brand-loader copyright headers as they do not render appropriately (#16835) 2023-03-31 11:29:19 -04:00
version Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
website Fix broken doc in consul-k8s upgrade (#16852) 2023-04-03 21:21:51 +00:00
.copywrite.hcl Remove UI brand-loader copyright headers as they do not render appropriately (#16835) 2023-03-31 11:29:19 -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 (#16856) 2023-04-03 13:05:36 -04: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.