Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added fan networking and prometheus monitoring #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -302,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
Expand Down