Consul (software): Difference between revisions
Appearance
Content deleted Content added
Citation bot (talk | contribs) Added website. | Use this bot. Report bugs. | Suggested by Spinixster | Category:Network software stubs | #UCB_Category 224/237 |
mNo edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
| 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|2024| |
| latest release date = {{Start date and age|2024|06|12}} |
||
| released = {{Start date and age|2014|04|17}}<ref name="auto">{{ |
| 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 (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]], BUSL-1.1<ref |
| license = [[Mozilla Public License|Mozilla Public License v2.0]], BUSL-1.1<ref name="HC-BUSL"/> |
||
| website = {{URL|https://www.consul.io/}} |
| website = {{URL|https://www.consul.io/}} |
||
}} |
}} |
||
Line 17: | Line 17: | ||
'''Consul''' is a service networking platform developed by [[HashiCorp]]. |
'''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 [[ |
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> |
||
Registered services and nodes can be queried using a DNS interface or an HTTP interface.<ref name="auto"/> [[Cloud Native Computing Foundation#Envoy|Envoy proxy]] provides security, observability, and resilience for all application traffic. |
Registered services and nodes can be queried using a DNS interface or an HTTP interface.<ref name="auto"/> [[Cloud Native Computing Foundation#Envoy|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 |
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== |
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) |