etcd: add homepage link

This commit is contained in:
nodiscc 2023-07-03 14:58:09 +02:00
parent 7a35011203
commit ded5d1c21b
No known key found for this signature in database
GPG Key ID: 067FC4266A4B6909
1 changed files with 1 additions and 1 deletions

View File

@ -632,7 +632,7 @@ _Related: [Databases](#databases), [Monitoring](#monitoring)_
**[`^ back to top ^`](#awesome-sysadmin)**
- [Consul](https://www.consul.io/) - Consul is a tool for service discovery, monitoring and configuration. ([Source Code](https://github.com/hashicorp/consul))
- [etcd](https://github.com/coreos/etcd) - distributed K/V-Store, authenticating via SSL PKI and a REST HTTP Api for shared configuration and service discovery.
- [etcd](https://etcd.io/) - distributed K/V-Store, authenticating via SSL PKI and a REST HTTP Api for shared configuration and service discovery. ([Source Code](https://github.com/coreos/etcd))
- [ZooKeeper](http://zookeeper.apache.org/) - ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services.