Skip to content

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

License

Notifications You must be signed in to change notification settings

nfi-hashicorp/consul

This branch is 2438 commits behind hashicorp/consul:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2354c06 · Oct 21, 2022
Oct 20, 2022
Oct 14, 2022
Oct 20, 2022
Oct 11, 2022
Oct 13, 2022
Oct 20, 2022
Oct 19, 2022
Nov 29, 2016
Oct 14, 2022
Oct 19, 2022
Aug 8, 2022
Aug 30, 2021
Oct 5, 2022
Jan 12, 2021
Oct 18, 2022
Jun 4, 2019
Oct 17, 2022
Sep 9, 2022
Sep 30, 2022
Oct 19, 2022
Oct 7, 2022
Nov 16, 2021
Nov 16, 2021
Feb 14, 2022
Oct 20, 2022
Sep 1, 2022
Sep 16, 2022
Jul 13, 2022
Mar 24, 2022
Oct 21, 2022
Aug 10, 2022
Oct 21, 2022
Jun 15, 2018
Jul 25, 2022
Sep 2, 2022
Oct 20, 2022
Aug 18, 2022
Oct 17, 2022
Nov 4, 2013
Jul 9, 2018
Oct 11, 2022
Oct 6, 2017
Apr 5, 2022
Oct 20, 2022
Oct 20, 2022
May 30, 2022

Repository files navigation

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 [email protected].

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 72.4%
  • SCSS 15.1%
  • JavaScript 6.4%
  • Handlebars 2.8%
  • Shell 1.6%
  • Gherkin 1.1%
  • Other 0.6%