Consul (software): Difference between revisions
Appearance
Content deleted Content added
VictorYarema (talk | contribs) m Updated latest version. |
mNo edit summary |
||
(32 intermediate revisions by 20 users not shown) | |||
Line 1: | Line 1: | ||
{{Short description|Service networking platform}} |
|||
{{Primary sources|date=November 2023}} |
|||
{{Infobox software |
{{Infobox software |
||
| name = Consul |
| name = Consul |
||
| developer = [[HashiCorp]] |
| developer = [[HashiCorp]] |
||
| latest release version = 1. |
| latest release version = 1.19.0 |
||
| latest release date = {{Start date and age| |
| latest release date = {{Start date and age|2024|06|12}} |
||
| released = |
| 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}} |
||
| programming language = Go |
| programming language = [[Go (programming language)|Go]] |
||
| operating system = [[Cross-platform]] |
| operating system = [[Cross-platform]] |
||
| genre = [[Distributed computing]] |
| genre = [[Distributed computing]] |
||
| license = [[Mozilla Public License|Mozilla Public License v2.0]] |
| license = [[Mozilla Public License|Mozilla Public License v2.0]], BUSL-1.1<ref name="HC-BUSL"/> |
||
| website = {{URL|https://www. |
| website = {{URL|https://www.consul.io/}} |
||
}} |
}} |
||
'''Consul''' is a service networking platform developed by [[HashiCorp]]. |
|||
⚫ | |||
⚫ | 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 computing|cloud]] or [[Runtime system|runtime environment]], and distributed [[Key–value database|key–value storage]] for application configuration.<ref name="about-github">{{cite web|url=https://github.com/hashicorp/consul#consul--|title=GitHub - HashiCorp - Consul|website=[[GitHub]] |accessdate=2019-02-27}}</ref> |
||
⚫ | |||
⚫ | |||
HashiCorp announced on August 10, 2023, that it changed the license of its software from the MPL license to the Business Source License 1.1.<ref>{{cite web |title=HashiCorp's new license is still open source-ish, just with less free lunch |url=https://www.theregister.com/2023/08/11/hashicorp_bsl_licence/}}</ref><ref name="HC-BUSL">{{cite web |title=HashiCorp adopts Business Source License |url=https://www.hashicorp.com/blog/hashicorp-adopts-business-source-license}}</ref> |
|||
==See also== |
==See also== |
||
* [[ |
* [[Envoy (software)]] |
||
* [[Open Service Mesh]] |
|||
==References== |
==References== |
||
{{Reflist}} |
{{Reflist}} |
||
==External links== |
|||
* {{Official Website|https://www.consul.io/}} |
|||
* [https://github.com/hashicorp/consul GitHub - hashicorp/consul] |
|||
⚫ | |||
[[Category:Software using the Business Source License]] |
|||
{{Improve categories|date=November 2023}} |
|||
{{network-software-stub}} |
{{network-software-stub}} |
||
⚫ |
Latest revision as of 13:54, 19 October 2024
Developer(s) | HashiCorp |
---|---|
Initial release | April 17, 2014[1] |
Stable release | 1.19.0
/ June 12, 2024 |
Repository | github |
Written in | Go |
Operating system | Cross-platform |
Type | Distributed computing |
License | Mozilla Public License v2.0, BUSL-1.1[2] |
Website | www |
Consul is a service networking platform developed by HashiCorp.
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.[3]
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.
HashiCorp announced on August 10, 2023, that it changed the license of its software from the MPL license to the Business Source License 1.1.[4][2]
See also
[edit]References
[edit]- ^ a b "HashiCorp Consul". HashiCorp: Infrastructure enables innovation.
- ^ a b "HashiCorp adopts Business Source License".
- ^ "GitHub - HashiCorp - Consul". GitHub. Retrieved 2019-02-27.
- ^ "HashiCorp's new license is still open source-ish, just with less free lunch".
External links
[edit]This article needs additional or more specific categories. (November 2023) |