From 0d2512cb99a5d8f2e171fb43710215da86cf889f Mon Sep 17 00:00:00 2001 From: Brian 'Redbeard' Harrington Date: Mon, 16 Jun 2014 19:53:57 -0700 Subject: [PATCH] docs(libraries-and-tools.md) Add vulcan proxy and kubernetes Both vulcan proxy (vulcand) and Google kubernetes utilize etcd as as storage engine. --- Documentation/libraries-and-tools.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/libraries-and-tools.md b/Documentation/libraries-and-tools.md index 5143f2a90..25885b713 100644 --- a/Documentation/libraries-and-tools.md +++ b/Documentation/libraries-and-tools.md @@ -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.