diff options
author | Stef Walter <stefw@redhat.com> | 2014-11-13 14:06:24 +0100 |
---|---|---|
committer | Stef Walter <stefw@redhat.com> | 2014-11-13 14:06:33 +0100 |
commit | 459cb47c8cdf381950a02961f4d317698e690efa (patch) | |
tree | efd32cf97959563a868754c23aca3890af1f2ad2 | |
parent | 0968f903fe66f9bb8957b8d01e35f3743c74404b (diff) |
Multi server dashboard
-rw-r--r-- | content/cockpit/multi-server-dashboard.md | 29 | ||||
-rw-r--r-- | content/images/navigation-horizontal-2.png | bin | 0 -> 418453 bytes |
2 files changed, 29 insertions, 0 deletions
diff --git a/content/cockpit/multi-server-dashboard.md b/content/cockpit/multi-server-dashboard.md new file mode 100644 index 0000000..ae67401 --- /dev/null +++ b/content/cockpit/multi-server-dashboard.md @@ -0,0 +1,29 @@ +Title: Cockpit Multi-Server Dashboard +Date: 2014-11-04 +Category: Cockpit +Tags: cockpit, kubernetes + +Andreas and Marius have been working on implementing a new multi-server dash +board for Cockpit. It's really looking great. + +The goal here is that the dash board should work with either one server or several, +and give you an overview of what's going on. Problems that require attention should +be highlighted clearly. You should be able to click in spots to jump either to a +server, a sub-system, a service/container/pod or to the source of a problem. + +The graphs will be correlated across multiple machines, and draggable. Hopefully down +road we'll be using a source of data like [PCP](http://www.performancecopilot.org/) to +gather the data more consistently. Problems will show up on the graphs as clickable. +You can add and remove servers, and we want to show the state of important services/server +applications/pods on those servers. + +Once the basic code has landed, it would be good to tie this into Kubernetes as well. +If running a [Kubernetes](https://github.com/GoogleCloudPlatform/kubernetes) cluster, +and Cockpit is loaded on the master, we should use information from Kubernetes to +populate the dashboard. + +Here are some wireframes, click to expand: + +![Multi server dashboard wireframes](images/navigation-horizontal-2.png) + +[Pull request is here ](https://github.com/cockpit-project/cockpit/pull/1455) diff --git a/content/images/navigation-horizontal-2.png b/content/images/navigation-horizontal-2.png Binary files differnew file mode 100644 index 0000000..3e1edf0 --- /dev/null +++ b/content/images/navigation-horizontal-2.png |