From 3857e92cadb7e162646e7c19d6dba90e61cdbc58 Mon Sep 17 00:00:00 2001 From: Brian Ketelsen Date: Wed, 29 Oct 2014 09:09:31 -0400 Subject: [PATCH] Add Skydns, crypt, viper Added a plethora of tools we've written or contributed to that use etcd. --- Documentation/libraries-and-tools.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/libraries-and-tools.md b/Documentation/libraries-and-tools.md index 993f6e005..2d4b365ca 100644 --- a/Documentation/libraries-and-tools.md +++ b/Documentation/libraries-and-tools.md @@ -101,3 +101,6 @@ A detailed recap of client functionalities can be found in the [clients compatib - [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. - [duedil-ltd/discodns](https://github.com/duedil-ltd/discodns) - Simple DNS nameserver using etcd as a database for names and records. +- [skynetservices/skydns](https://github.com/skynetservices/skydns) - RFC compliant DNS server +- [xordataexchange/crypt](https://github.com/xordataexchange/crypt) - Securely store values in etcd using GPG encryption +- [spf13/viper](https://github.com/spf13/viper) - Go configuration library, reads values from ENV, pflags, files, and etcd with optional encryption