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 2f58e05be6
Fix broken link on sameness group page (#18511)
fix broken link
2023-08-28 15:47:18 +00:00
.changelog CE commit (#18583) 2023-08-25 12:47:20 -04:00
.github CI: send slack notification on failed nightly job (#18578) 2023-08-25 09:39:08 -04:00
.release OSS -> CE (community edition) changes (#18517) 2023-08-22 09:46:03 -05:00
acl OSS -> CE (community edition) changes (#18517) 2023-08-22 09:46:03 -05:00
agent CE commit (#18583) 2023-08-25 12:47:20 -04:00
api CE commit (#18583) 2023-08-25 12:47:20 -04:00
bench
build-support OSS -> CE (community edition) changes (#18517) 2023-08-22 09:46:03 -05:00
command Fix Windows FIPS Build (#18357) 2023-08-24 14:09:21 +00:00
connect
contributing
docs OSS -> CE (community edition) changes (#18517) 2023-08-22 09:46:03 -05:00
envoyextensions CE port of enterprise extension (#18572) 2023-08-24 15:43:26 +00:00
grafana
internal NET-5338 - NET-5338 - Run a v2 mode xds server (#18579) 2023-08-24 16:44:14 -06:00
ipaddr
lib OSS -> CE (community edition) changes (#18517) 2023-08-22 09:46:03 -05:00
logging
proto CE commit (#18583) 2023-08-25 12:47:20 -04:00
proto-public mesh: add validation for the new pbmesh resources (#18410) 2023-08-22 11:27:09 -05:00
sdk feat: add experiments flag to testserver sdk (#18541) 2023-08-23 10:23:36 -04:00
sentinel OSS -> CE (community edition) changes (#18517) 2023-08-22 09:46:03 -05:00
service_os
snapshot
test NET-5338 - NET-5338 - Run a v2 mode xds server (#18579) 2023-08-24 16:44:14 -06:00
test-integ OSS -> CE (community edition) changes (#18517) 2023-08-22 09:46:03 -05:00
testing/deployer OSS -> CE (community edition) changes (#18517) 2023-08-22 09:46:03 -05:00
testrpc
tlsutil
tools/internal-grpc-proxy
troubleshoot
types
ui UI: community verbiage (#18560) 2023-08-23 12:59:30 -07:00
version
website Fix broken link on sameness group page (#18511) 2023-08-28 15:47:18 +00:00
.copywrite.hcl chore: fix missing/incorrect license headers (#18555) 2023-08-22 17:23:54 -05:00
.dockerignore
.gitignore
.golangci.yml OSS -> CE (community edition) changes (#18517) 2023-08-22 09:46:03 -05:00
CHANGELOG.md
Dockerfile
Dockerfile-windows
LICENSE
Makefile
NOTICE.md
README.md README - re-order badges and update hub link (#18498) 2023-08-16 18:41:43 -07:00
buf.work.yaml
fixup_acl_move.sh
go.mod
go.sum
main.go

README.md

Consul logo Consul

License: BUSL-1.1 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.

  • Dynamic App Configuration - An HTTP API that allows users to store indexed objects within Consul, for storing configuration parameters and application metadata.

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.