Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.28 KB

2015-06-09-cockpit-does-kubernetes.md

File metadata and controls

17 lines (12 loc) · 1.28 KB
title date tags slug category
Cockpit's Kubernetes Dashboard
2015-06-09 23:51
cockpit technical kubernetes
cockpit-kubernetes-dashboard
release

Here's a video showing what I've been working on together with some help from a couple Cockpit folks. It's a Cockpit dashboard for Kubernetes.

If you haven't heard about Kubernetes ... it's a way to schedule docker containers across a cluster of machines, and take care of their networking, storage, name resolution etc. It's not completely baked, but pretty cool when it works.

<iframe src="//www.youtube.com/embed/Fcfsu22RssU" html5=1 frameborder="0" height="450" width="800"></iframe>

The Cockpit dashboard you see in the video isn't done by any means ... there's a lot missing. But I'm pretty happy with what we have so far. I'm using Cockpit 0.61 in the demo. There are some nagging details to make things work, but hopefully we can solve them later. The Nulecule support isn't merged yet, Subin has been working on it.

The Cockpit dashboard actually mostly works with Openshift v3. Openshift v3 is based on Kubernetes underneath, which makes apps that are developed there really portable.