Posts in 2015
-
Slides: Cluster Management with Kubernetes, talk given at the University of Edinburgh
Friday, June 26, 2015 in Blog
On Friday 5 June 2015 I gave a talk called Cluster Management with Kubernetes to a general audience at the University of Edinburgh. The talk includes an example of a music store system with a Kibana front end UI and an Elasticsearch based back end …
-
Cluster Level Logging with Kubernetes
Thursday, June 11, 2015 in Blog
A Kubernetes cluster will typically be humming along running many system and application pods. How does the system administrator collect, manage and query the logs of the system pods? How does a user query the logs of their application which is …
-
Weekly Kubernetes Community Hangout Notes - May 22 2015
Tuesday, June 02, 2015 in Blog
Every week the Kubernetes contributing community meet virtually over Google Hangouts. We want anyone who's interested to know what's discussed in this forum. Discussion / Topics Code Freeze Upgrades of cluster E2E test issues Code Freeze process …
-
Kubernetes on OpenStack
Tuesday, May 19, 2015 in Blog
Today, the OpenStack foundation made it even easier for you deploy and manage clusters of Docker containers on OpenStack clouds by including Kubernetes in its Community App Catalog. At a keynote today at the OpenStack Summit in Vancouver, Mark …
-
Weekly Kubernetes Community Hangout Notes - May 15 2015
Monday, May 18, 2015 in Blog
Every week the Kubernetes contributing community meet virtually over Google Hangouts. We want anyone who's interested to know what's discussed in this forum. v1 API - what's in, what's out We're trying to fix critical issues we discover with v1beta3 …
-
Docker and Kubernetes and AppC
Monday, May 18, 2015 in Blog
Recently we announced the intent in Kubernetes, our open source cluster manager, to support AppC and RKT, an alternative container format that has been driven by CoreOS with input from many companies (including Google). This announcement has …
-
Kubernetes Release: 0.17.0
Friday, May 15, 2015 in Blog
Release Notes: Cleanups Remove old salt configs #8065 (roberthbailey) Kubelet: minor cleanups #8069 (yujuhong) v1beta3 update example/walkthrough to v1beta3 #7940 (caesarxuchao) update example/rethinkdb to v1beta3 #7946 (caesarxuchao) verify the …
-
Resource Usage Monitoring in Kubernetes
Tuesday, May 12, 2015 in Blog
Understanding how an application behaves when deployed is crucial to scaling the application and providing a reliable service. In a Kubernetes cluster, application performance can be examined at many different levels: containers, pods, services, and …
-
Kubernetes Release: 0.16.0
Monday, May 11, 2015 in Blog
Release Notes: Bring up a kuberenetes cluster using coreos image as worker nodes #7445 (dchen1107) Cloning v1beta3 as v1 and exposing it in the apiserver #7454 (nikhiljindal) API Conventions for Late-initializers #7366 (erictune) Upgrade …
-
Weekly Kubernetes Community Hangout Notes - May 1 2015
Monday, May 11, 2015 in Blog
Every week the Kubernetes contributing community meet virtually over Google Hangouts. We want anyone who's interested to know what's discussed in this forum. Simple rolling update - Brendan Rolling update = nice example of why RCs and Pods are good. …