Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
 
 
 
 
 
 
Go to file
Tu Nguyen 0d690d9eb6 remove unnecessary indents 2023-06-29 23:00:51 -07:00
.changelog feature - [NET - 4005] - [Supportability] Reloadable Configuration - enable_debug (#17565) 2023-06-30 08:30:29 +05:30
.github Revert "Add workflow to verify linux release packages (#17904)" (#17942) 2023-06-28 14:18:53 -06:00
.release
acl
agent feature - [NET - 4005] - [Supportability] Reloadable Configuration - enable_debug (#17565) 2023-06-30 08:30:29 +05:30
api watch: support -filter for consul watch: checks, services, nodes, service (#17780) 2023-06-23 12:00:46 -04:00
bench
build-support Revert "Add workflow to verify linux release packages (#17904)" (#17942) 2023-06-28 14:18:53 -06:00
command Add emit_tags_as_labels to envoy bootstrap config when using Consul Telemetry Collector (#17888) 2023-06-27 12:34:38 -04:00
connect
contributing
docs Add documentation for remote debugging of integration tests. (#17800) 2023-06-20 15:14:15 +00:00
envoyextensions Update list of Envoy versions (#17546) 2023-06-09 02:37:49 +00:00
grafana
internal resource: enforce consistent naming of resource types (#17611) 2023-06-26 13:25:14 +01:00
ipaddr
lib
logging
proto Implement a Catalog Controllers Lifecycle Integration Test (#17435) 2023-06-16 12:58:53 -04:00
proto-public Fix missing BalanceOutboundConnections in v2 catalog. (#17964) 2023-06-29 16:04:21 -05:00
sdk Catalog V2 Container Based Integration Test (#17674) 2023-06-16 16:29:50 -04:00
sentinel
service_os
snapshot
test deps: coredns v1.10.1 (#17912) 2023-06-28 07:53:43 -07:00
testrpc
tlsutil tlsutil: Fix check TLS configuration (#17481) 2023-06-28 09:24:51 -07:00
tools/internal-grpc-proxy
troubleshoot Various bits of cleanup detected when using Go Workspaces (#17462) 2023-06-05 16:08:39 -04:00
types
ui
version [OSS] Post Consul 1.16 updates (#17606) 2023-06-07 21:46:49 +00:00
website remove unnecessary indents 2023-06-29 23:00:51 -07:00
.copywrite.hcl
.dockerignore
.gitignore Various bits of cleanup detected when using Go Workspaces (#17462) 2023-06-05 16:08:39 -04:00
.golangci.yml Various bits of cleanup detected when using Go Workspaces (#17462) 2023-06-05 16:08:39 -04:00
CHANGELOG.md Changelog - add 1.13.9, 1.14.8, and 1.15.4 (#17889) 2023-06-26 18:40:18 -06:00
Dockerfile Bump Alpine to 3.18 (#17719) 2023-06-14 01:02:05 +00:00
GNUmakefile Reference hashicorp/consul instead of consul for Docker image (#17914) 2023-06-27 23:17:20 +00:00
LICENSE
NOTICE.md
README.md
buf.work.yaml
fixup_acl_move.sh
go.mod deps: coredns v1.10.1 (#17912) 2023-06-28 07:53:43 -07:00
go.sum deps: coredns v1.10.1 (#17912) 2023-06-28 07:53:43 -07:00
main.go

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.