summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2015-06-10 16:13:58 +0200
committerStef Walter <stefw@redhat.com>2015-06-10 16:13:58 +0200
commit526fe682c43ffe7062e8cae7cfb12bb9b363b562 (patch)
treebd52ab6dc3e6892074f29b1f5b6a1174c1836042
parent0478ed34ab54d7caca01aba51a0344fdb293de7b (diff)
Add kubernetes video
-rw-r--r--content/cockpit/cockpit-does-kubernetes.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/content/cockpit/cockpit-does-kubernetes.md b/content/cockpit/cockpit-does-kubernetes.md
new file mode 100644
index 0000000..2c669d2
--- /dev/null
+++ b/content/cockpit/cockpit-does-kubernetes.md
@@ -0,0 +1,15 @@
+Title: Cockpit's Kubernetes Dashboard
+Date: 2015-06-09 23:51
+Tags: cockpit, technical, kubernetes
+Slug: cockpit-kubernetes-dashboard
+
+Here's a video showing what I've been working on together with some help from a couple Cockpit folks. It's a [Cockpit](http://cockpit-project.org) dashboard for Kubernetes.
+
+If you haven't heard about [Kubernetes](http://kubernetes.io/) ... 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="http://www.youtube.com/embed/Fcfsu22RssU" html5=1 frameborder="0" height="450" width="800" type="text/html">
+</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](https://github.com/cockpit-project/cockpit/pull/2332).
+
+The Cockpit dashboard actually mostly works with [Openshift v3](https://github.com/openshift/origin). Openshift v3 is based on Kubernetes underneath, which makes apps that are developed there really portable.