docs(libraries-and-tools.md) Add vulcan proxy and kubernetes

Both vulcan proxy (vulcand) and Google kubernetes utilize etcd as
as storage engine.
This commit is contained in:
Brian 'Redbeard' Harrington 2014-06-16 19:53:57 -07:00
parent fc2afe1ed2
commit 0d2512cb99

View File

@ -90,3 +90,5 @@ A detailed recap of client functionalities can be found in the [clients compatib
- [configdb](https://git.autistici.org/ai/configdb/tree/master) - A REST relational abstraction on top of arbitrary database backends, aimed at storing configs and inventories.
- [scrz](https://github.com/scrz/scrz) - Container manager, stores configuration in etcd.
- [fleet](https://github.com/coreos/fleet) - Distributed init system
- [GoogleCloudPlatform/kubernetes](https://github.com/GoogleCloudPlatform/kubernetes) - Container cluster manager.
- [mailgun/vulcand](https://github.com/mailgun/vulcand) - HTTP proxy that uses etcd as a configuration backend.