Consul (software): Difference between revisions
Appearance
Content deleted Content added
m Fix typo in link to "Free and open source software". |
No edit summary |
||
Line 4: | Line 4: | ||
| name = Consul |
| name = Consul |
||
| developer = [[HashiCorp]] |
| developer = [[HashiCorp]] |
||
| latest release version = 1. |
| latest release version = 1.10.1 |
||
| latest release date = {{Start date and age|2021| |
| latest release date = {{Start date and age|2021|07|15}} |
||
| released = {{Start date and age|2014|04|17}}<ref name="auto">{{Cite web|url=https://www.hashicorp.com/blog/consul-announcement|title=HashiCorp Consul|website=HashiCorp: Infrastructure enables innovation}}</ref> |
| released = {{Start date and age|2014|04|17}}<ref name="auto">{{Cite web|url=https://www.hashicorp.com/blog/consul-announcement|title=HashiCorp Consul|website=HashiCorp: Infrastructure enables innovation}}</ref> |
||
| repo = {{URL|https://github.com/hashicorp/consul}} |
| repo = {{URL|https://github.com/hashicorp/consul}} |
Revision as of 13:46, 5 August 2021
Developer(s) | HashiCorp |
---|---|
Initial release | April 17, 2014[1] |
Stable release | 1.10.1
/ July 15, 2021 |
Repository | github |
Written in | Go |
Operating system | Cross-platform |
Type | Distributed computing |
License | Mozilla Public License v2.0 |
Website | www |
Consul is a free and open-source service networking platform developed by HashiCorp.
Overview
Consul was initially released in 2014 as a service discovery platform. In addition to service discovery, it now provides a full-featured service mesh for secure service segmentation across any cloud or runtime environment, and distributed key-value storage for application configuration.[2]
Registered services and nodes can be queried using a DNS interface or an HTTP interface.[1] Envoy proxy provides security, observability, and resilience for all application traffic.
See also
References
- ^ a b "HashiCorp Consul". HashiCorp: Infrastructure enables innovation.
- ^ "GitHub - HashiCorp - Consul". Retrieved 2019-02-27.
External links