From a89cd3d20a287dc1766e22907b3807aa72c749f6 Mon Sep 17 00:00:00 2001 From: Faraz Fazli Date: Mon, 25 Jan 2016 16:25:04 -0500 Subject: [PATCH] Add kubernetes Kubernetes is a Container Cluster Manager from Google. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a7d9c5d7..4e236596 100644 --- a/README.md +++ b/README.md @@ -1088,6 +1088,7 @@ Software written in Go. * [GVM](https://github.com/moovweb/gvm) - GVM provides an interface to manage Go versions. * [hk](https://github.com/heroku/hk) - Heroku command-line interface in Go. * [kala](https://github.com/ajvb/kala) - Simplistic, modern, and performant job scheduler. +* [kubernetes](https://github.com/kubernetes/kubernetes) - Container Cluster Manager from Google. * [Mora](https://github.com/emicklei/mora) - REST server for accessing MongoDB documents and meta data. * [ostent](https://github.com/ostrost/ostent) - collects and displays system metrics and optionally relays to Graphite and/or InfluxDB * [Packer](https://github.com/mitchellh/packer) - Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.