From 88b55cbcf62a440a595ffb5c2108e907fc18df16 Mon Sep 17 00:00:00 2001 From: Justin Garrison Date: Wed, 28 Oct 2015 10:33:25 -0700 Subject: [PATCH 1/2] Added fan networking --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 58dac47..2b8c31b 100755 --- a/README.md +++ b/README.md @@ -290,6 +290,7 @@ These platforms further abstract container-based infrastructures by managing app * **Other open source** * [Weave](https://github.com/weaveworks/weave): overlay network that puts all containers in a distributed system onto a single virtual network; also includes service discovery functionality * [Calico](http://www.projectcalico.org/): layer 3 virtual network that provides each container with an IP address + * [Fan](https://wiki.ubuntu.com/FanNetworking): maps a smaller network space (/16) to a larger one (/8) #### Monitoring / Visibility From a2155d7f84e6c3b2ab21f51a137c42eaecac1676 Mon Sep 17 00:00:00 2001 From: Justin Garrison Date: Wed, 28 Oct 2015 10:36:34 -0700 Subject: [PATCH 2/2] Added prometheus --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2b8c31b..3cf52ab 100755 --- a/README.md +++ b/README.md @@ -303,6 +303,7 @@ These platforms further abstract container-based infrastructures by managing app * [sysdig](http://www.sysdig.org/): CLI for deep system/containers visibility; includes curses-based "csysdig" interface * [cAdvisor](https://github.com/google/cadvisor): basic container metrics exporter from Google; includes web GUI; [Heapster](https://github.com/kubernetes/heapster) adds Kubernetes support * [Weave Scope](https://github.com/weaveworks/scope): container network topologies + * [Prometheus](http://prometheus.io/): Container monitoring and visualization * **Commercial** * [Sysdig Cloud](https://sysdig.com/): uses sysdig; includes web-based UI, application topologies, and support for all major container formats and orchestration platforms